-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "node-disconf-client",
"version": "0.1.5",
"description": "A Javascript module for Node.js to connect Disconf service.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --colors test/*.js",
"coverage": "cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Corey600/node-disconf-client.git"
},
"keywords": [
"nodejs",
"config",
"disconf",
"zookeeper"
],
"author": "Corey600",
"license": "MIT",
"bugs": {
"url": "https://github.com/Corey600/node-disconf-client/issues"
},
"homepage": "https://github.com/Corey600/node-disconf-client#readme",
"dependencies": {
"debug": "^2.2.0",
"lodash": "^4.14.1",
"node-zookeeper-client": "^0.2.2",
"properties": "^1.2.1",
"request": "^2.74.0",
"uuid": "^3.0.0"
},
"devDependencies": {
"config": "^1.21.0",
"coveralls": "^2.11.9",
"expect.js": "^0.3.1",
"istanbul": "^0.4.3",
"mm": "1.5.0",
"mocha": "^2.5.3"
}
}