forked from vahaknp/valtracker
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·33 lines (33 loc) · 820 Bytes
/
package.json
File metadata and controls
executable file
·33 lines (33 loc) · 820 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
33
{
"name": "validation-tracker",
"version": "1.3.3",
"description": "Monitors rippled logs for validation events",
"scripts": {
"start": "node index.js",
"test": "mocha --compilers js:babel/register test/validation_log_entry.js"
},
"bin": {
"validation-tracker": "./index.js"
},
"dependencies": {
"async": "^0.9.0",
"babel": "^4.7.16",
"better-console": "^0.2.4",
"bluebird": "^2.9.24",
"body-parser": "^1.9.2",
"commander": "^2.8.1",
"dotenv": "^1.1.0",
"express": "^4.10.2",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"hbase": "^0.1.7",
"mocha": "^2.2.5",
"moment": "^2.8.3",
"node-statsd": "^0.1.1",
"pg": "^4.3.0",
"pg-hstore": "^2.3.2",
"pg-native": "^1.8.0",
"sequelize": "^2.1.0",
"superagent": "^1.2.0"
}
}