-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.16 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.16 KB
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
{
"name": "penny-api-client-node",
"version": "1.4.0",
"description": "",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"lint": "./node_modules/eslint/bin/eslint.js lib test",
"test": "NODE_ENV=testing BLUEBIRD_DEBUG=1 ./node_modules/mocha/bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PennyDelivery/penny-api-client-node.git"
},
"author": "Chen Liang <code@chen.technology> (http://chen.technology/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/PennyDelivery/penny-api-client-node/issues"
},
"homepage": "https://github.com/PennyDelivery/penny-api-client-node#readme",
"devDependencies": {
"chai": "^3.0.0",
"chai-as-promised": "^5.1.0",
"chai-things": "^0.2.0",
"mocha": "^2.2.1",
"nock": "^7.0.2",
"eslint": "^2.2.0",
"sinon": "^1.15.3",
"sinon-chai": "^2.8.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.0.8",
"eslint-plugin-standard": "^1.3.2"
},
"dependencies": {
"bluebird": "^3.1.1",
"debug": "^2.1.3",
"lodash": "^4.6.1",
"superagent": "^2.0.0"
}
}