forked from square/cube
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
28 lines (28 loc) · 947 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
{
"name": "cube",
"version": "0.2.3",
"description": "A system for analyzing time series data using MongoDB and Node.",
"keywords": ["time series"],
"homepage": "http://square.github.com/cube/",
"author": {"name": "Mike Bostock", "url": "http://bost.ocks.org/mike"},
"repository": {"type": "git", "url": "http://github.com/square/cube.git"},
"main": "./lib/cube",
"dependencies": {
"mongodb": "1.1.4",
"node-static": "0.6.1",
"pegjs": "0.7.0",
"vows": "0.6.4",
"node-gyp": "0.6.8",
"websocket": "1.0.7",
"websocket-server": "1.4.04",
"cookies": "0.3.1",
"bcrypt": "0.7.1",
"underscore": "1.3.3",
"jake": "0.5.6"
},
"scripts": {
"preinstall": "npm install mongodb --mongodb:native",
"test": "vows --isolate --spec",
"remove_expired_metrics": "jake db:metrics:remove_expired"
}
}