-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
45 lines (45 loc) · 1.02 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
{
"author": "ql.io",
"contributors": [{
"name": "Subbu Allamaraju",
"email": "[email protected]"
},
{
"name": "Roy Zhou",
"email": "[email protected]"
}],
"name": "cluster2",
"version": "0.5.1-SNAPSHOT",
"repository": {
"type": "git",
"url": "https://github.com/cubejs/cluster2"
},
"engines": {
"node": ">= 0.8.0"
},
"main": "lib/index.js",
"dependencies": {
"underscore": "~1.4.4",
"express": "~2.5.11",
"ejs": "~0.8.4",
"npm": "~1.3.0",
"when": "~2.4.0",
"memwatch": "~0.2.2",
"usage": "~0.3.8"
},
"devDependencies": {
"websocket": "~1.0.8",
"nodeunit": "~0.8.0",
"request": "~2.21.0",
"mocha": "~1.11.0",
"should": "~1.2.2",
"harbor": "~0.2.0"
},
"scripts": {
"test": "nodeunit test"
},
"optionalDependencies": {},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}