-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.12 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.12 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
{
"name": "limitd-client",
"version": "2.14.1",
"description": "limitd client for node.js",
"main": "index.js",
"scripts": {
"test": "nyc mocha --timeout 10000",
"coverage": "nyc report --reporter=lcov && node-open ./coverage/lcov-report/index.html"
},
"author": "José F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)",
"license": "MIT",
"dependencies": {
"async": "^2.3.0",
"disyuntor": "^2.0.0",
"hashring": "^3.2.0",
"length-prefixed-message": "^3.0.3",
"length-prefixed-stream": "~1.4.0",
"limitd-protocol": "limitd/protocol#v2.1.1",
"lodash": "~3.7.0",
"ms": "^1.0.0",
"reconnect-net": "^1.1.1",
"retry": "^0.10.1",
"tcp-client-failover": "^1.0.2"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "~2.2.4",
"nyc": "^10.2.0",
"open": "github:jfromaniello/node-open#add_bin",
"proxyquire": "^1.7.11"
},
"homepage": "https://github.com/limitd/node-client",
"repository": {
"type": "git",
"url": "https://github.com/limitd/node-client.git"
},
"bugs": {
"url": "https://github.com/limitd/node-client/issues"
}
}