-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.16 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
{
"name": "divvy-data-api",
"version": "0.0.1",
"description": "API wrapper around couchdb for historical data from the divvy network",
"repository": {
"type": "git",
"url": "https://github.com/xdv/divvy-data-api"
},
"engines": {
"node": ">=0.10"
},
"bin": {
"api": "./api/app.js",
"importer": "./db/importer.js",
"update-views": "./db/updateViews.js"
},
"devDependencies": {
"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",
"bluebird": "^2.9.6",
"clone": "~0.1.11",
"couch-compile": "^1.0.1",
"deep-diff": "^0.1.4",
"express": "^3.4.8",
"lodash": "~1.3.1",
"moment": "^2.8.3",
"nano": "^5.8.0",
"node-dogstatsd": "0.0.5",
"node-persist": "0.0.2",
"node-schedule": "^0.1.13",
"node-statsd": "^0.1.0",
"posix": "2.0.1",
"q": "~1.0.0",
"redis": "^0.10.1",
"request": "^2.34.0",
"divvy-lib": "0.12.0",
"thrift": "^0.9.2",
"underscore": "^1.8.2",
"winston": "~0.7.2"
}
}