-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 923 Bytes
/
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
{
"name": "ripple-historical-database",
"version": "1.0.0",
"description": "SQL database storing historical data from Rippled.",
"scripts": {
"postinstall": "node install.js",
"test": "test/test.sh",
"start": "nodemon api/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"nconf": "^0.6.9",
"async": "^0.9.0",
"moment": "^2.8.3",
"underscore": "^1.6.0",
"deep-diff": "^0.2.0",
"node-persist": "0.0.2",
"winston": "^0.8.0",
"ripple-lib": "^0.12.1-rc2",
"nano": "^5.11.2",
"pg": "^3.5.0",
"knex": "^0.6.22",
"bookshelf": "^0.7.7",
"bluebird": "^2.3.4",
"express": "^4.9.3",
"body-parser": "^1.8.2",
"request": "^2.39.0",
"response": "https://github.com/mikeal/response/archive/master.tar.gz",
"nodemon": "^1.2.1",
"mocha": "^1.21.4",
"hbase": "^0.1.7",
"cors": "^2.5.0",
"thrift": "^0.9.2"
}
}