forked from opentable/hobknob-client-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 775 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 775 Bytes
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": "hobknob-client-nodejs",
"version": "2.0.0",
"description": "feature toggle client for node",
"main": "src/Client.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/opentable/hobknob-client-nodejs.git"
},
"author": "Opentable",
"license": "MIT",
"bugs": {
"url": "https://github.com/opentable/hobknob-client-nodejs/issues"
},
"dependencies": {
"node-etcd": "^2.1.1",
"underscore": "^1.6.0"
},
"devDependencies": {
"should": "^4.0.4",
"mocha": "^1.20.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.10.0",
"grunt-mocha-test": "^0.11.0",
"jshint": "^2.5.2",
"shelljs": "^0.3.0",
"nock": "^0.42.0"
}
}