-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 922 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
{
"author": "Open Data Institute <[email protected]> (http://theodi.org)",
"name": "bothan-api",
"description": "A node.js client library for Bothan - https://bothan.io",
"version": "0.0.2",
"repository": {
"url": "https://github.com/theodi/bothan.js"
},
"main": "./lib/index.js",
"scripts": {
"test": "VCR_MODE=cache istanbul cover ./node_modules/mocha/bin/_mocha test/* --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"dependencies": {
"underscore": "^1.8.3",
"node-rest-client": "^2.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.15",
"hint-hint": "~0.3.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"nock-vcr-recorder-mocha": "^0.3.2",
"tap": "~0.3.1",
"timekeeper": "^1.0.0"
},
"optionalDependencies": {},
"engines": {
"node": ">=0.6"
}
}