-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
50 lines (50 loc) · 1.33 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
43
44
45
46
47
48
49
50
{
"name": "node-ral",
"version": "0.18.5",
"description": "a rpc client for node",
"main": "index.js",
"scripts": {
"pub": "npm publish --registry=http://registry.npmjs.org",
"test": "mocha -t 5000 --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot -t 5000 --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks -t 200000 --slow 0 test/"
},
"repository": {
"type": "git",
"url": "https://github.com/fex-team/node-ral.git"
},
"keywords": [
"rpc",
"ral",
"fis"
],
"author": "FIS",
"license": "BSD",
"bugs": {
"url": "https://github.com/fex-team/node-ral/issues"
},
"homepage": "https://github.com/fex-team/node-ral",
"dependencies": {
"binary-search": "1.3.2",
"chai": "4.0.1",
"form-data": "0.2.0",
"https-proxy-agent": "1.0.0",
"iconv-lite": "0.4.15",
"performance-now": "2.1.0",
"protobufjs": "5.0.1",
"redis": "^2.6.2",
"soap": "0.13.0",
"underscore": "1.8.3",
"urlencode": "1.1.0",
"yog-log": "^0.1.8"
},
"devDependencies": {
"request": "2.80.0",
"async": "2.0.1",
"combined-stream": "1.0.5",
"formidable": "1.1.1",
"istanbul": "0.4.5",
"mocha": "3.4.2",
"should": "11.1.1"
}
}