-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 905 Bytes
/
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
{
"name": "superagent-global",
"version": "1.0.5",
"description": "Monitor superagent global beforeStart end ",
"main": "lib/index.js",
"scripts": {
"build": "rm -rf lib && babel ./src --out-dir ./lib",
"pub": "npm run build && git add . && git commit -am 'for publish' && npm version patch && npm publish && git push",
"mocha": "mocha --require babel-register",
"mocha:w": "mocha --require babel-register --watch --debug",
"test": "jest"
},
"keywords": [
"superagent"
],
"author": "kele",
"license": "MIT",
"dependencies": {
"methods": "^1.1.2",
"superagent": "^3.5.0"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-preset-es2015": "^6.24.0",
"babel-register": "^6.24.0",
"chai": "^3.5.0",
"jest": "^19.0.2",
"mocha": "^3.2.0",
"sinon": "^2.1.0",
"sinon-chai": "^2.9.0"
}
}