forked from ripple/ripple-data-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.11 KB
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
{
"name": "ripple-data-api",
"version": "0.0.1",
"description": "API wrapper around couchdb for historical data from the ripple network",
"repository": {
"type": "git",
"url": "https://github.com/ripple/ripple-data-api"
},
"engines": {
"node": ">=0.10"
},
"devDependencies": {
"couch-compile": "^1.0.1",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-couch": "^1.4.0",
"grunt-develop": "^0.4.0",
"grunt-npm-install": "^0.1.0"
},
"dependencies": {
"async": "~0.2.9",
"clone": "~0.1.11",
"deep-diff": "^0.1.4",
"express": "^3.4.8",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-develop": "^0.4.0",
"grunt-npm-install": "^0.1.0",
"lodash": "~1.3.1",
"moment": "~2.1.0",
"nano": "^5.8.0",
"node-dogstatsd": "0.0.5",
"node-persist": "0.0.2",
"node-schedule": "^0.1.13",
"q": "~1.0.0",
"redis": "^0.10.1",
"request": "^2.34.0",
"ripple-lib": "^0.7.36",
"winston": "~0.7.2",
"posix": "^1.0.4",
"node-statsd": "^0.1.0"
}
}