-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 1.74 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "ti.superagent",
"version": "0.1.0",
"description": "DESCRIPTION GOES HERE",
"main": "./ti.superagent.js",
"author": {
"name": "Appcelerator, Inc.",
"email": "npmjs@appcelerator.com"
},
"maintainers": [
{
"name": "Chris Williams",
"email": "cwilliams@appcelerator.com"
}
],
"license": "Apache-2.0",
"keywords": [
"appcelerator",
"superagent",
"titanium"
],
"scripts": {
"build": "gulp build",
"dist": "gulp dist",
"coverage": "gulp coverage",
"docs": "gulp docs",
"prepublish": "gulp build",
"test": "gulp test"
},
"dependencies": {
},
"devDependencies": {
"autobind-decorator": "^1.3.3",
"babel-eslint": "^5.0.0",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.6.0",
"chai": "^3.5.0",
"del": "^2.2.0",
"esdoc-es7-plugin": "^0.0.3",
"eslint": "2.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-babel-istanbul": "^1.0.0",
"gulp-debug": "^2.1.2",
"gulp-esdoc": "^0.2.0",
"gulp-eslint": "^2.0.0",
"gulp-filter": "^4.0.0",
"gulp-inject-modules": "^0.1.1",
"gulp-load-plugins": "^1.2.0",
"gulp-mocha": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-rollup": "^1.7.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-zip": "^3.2.0",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0"
},
"homepage": "https://github.com/appcelerator-modules/ti.superagent",
"bugs": "https://github.com/appcelerator-modules/ti.superagent/issues",
"repository": {
"type": "git",
"url": "git://github.com/appcelerator-modules/ti.superagent.git"
},
"engines": {
"node": ">=4.0.0"
}
}