forked from virtadpt/ripple-gateway-appliance-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.44 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
51
52
53
54
55
56
57
58
59
60
{
"name": "gatewayd",
"version": "3.29.1",
"scripts": {
"start": "./bin/gateway start",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/ripple/gatewayd.git"
},
"dependencies": {
"async": "0.1.22",
"bignumber.js": "1.3.0",
"cli-table": "0.3.0",
"commander": "2.1.0",
"db-migrate": "^0.6.4",
"ejs": "",
"express": "^4.8.3",
"express-authorization": "0.1.1",
"forever": "",
"grunt": "^0.4.4",
"grunt-cli": "^0.1.13",
"grunt-db-migrate": "^0.2.0",
"grunt-jsdoc": "^0.5.4",
"jbuilder": "",
"mocha": "~1.14.0",
"nconf": "~0.6",
"node-uuid": "1.4.1",
"passport": "",
"passport-http": "",
"pg": "^3.0.3",
"request": "",
"require-all": "",
"require-all-to-camel": "^1.0.0",
"gatewayd-admin": "1.9.1",
"ripple-lib": "",
"ripple-wallet": "1.0.0",
"ripple-rest-client": "1.10.2",
"underscore-node": "0.1.2",
"sequelize": "^1.7.0",
"sinon": "^1.9.1",
"sql-mq-worker": "^1.0.3",
"supertest": "^0.13.0",
"validator": "^3.11.0",
"winston": "^0.7.3",
"superagent": "^0.18.0",
"winston-loggly": "^1.0.1",
"body-parser": "^1.6.3",
"cors": "^2.4.1",
"bluebird": "^0.11.6",
"gatewayd-setup-wizard-plugin": "^2.0.4"
},
"devDependencies": {
"grunt-contrib-jshint": "^0.10.0",
"grunt-mocha-test": "^0.11.0",
"jshint": "^2.5.0",
"promptly": "~0.2.0"
}
}