forked from cdm6a/bridge-payments-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 977 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 977 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
{
"name": "bridge-payments-plugin",
"version": "0.2.2",
"repository": {
"type": "git",
"url": "https://github.com/gatewayd/bridge-payments-plugin"
},
"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --ui tdd --reporter spec --timeout 10000 --slow 500 test/lib/**/*.js",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
},
"homepage": "https://github.com/gatewayd/bridge-payments-plugin",
"dependencies": {
"bluebird": "^2.3.6",
"chai": "^1.10.0",
"chai-as-promised": "^4.1.1",
"coveralls": "^2.11.2",
"crypto-js": "^3.1.2-5",
"express": "^4.9.8",
"istanbul": "^0.3.5",
"lodash": "^2.4.1",
"mocha": "^2.1.0",
"ripple-lib": "^0.9.4",
"ripple-name": "^0.1.3",
"ripple-rest-client": "^1.13.0",
"sinon": "^1.12.2",
"sinon-as-promised": "^2.0.3",
"superagent": "^0.20.0",
"validator": "^3.27.0",
"winston": "^0.8.3"
}
}