forked from XPRMNTL/xpr-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 843 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
29
30
31
32
33
34
35
{
"name": "feature",
"version": "0.9.1",
"description": "Experiments Dashboard for Frontier",
"main": "app.js",
"author": "Dan Crews <[email protected]>",
"private": true,
"dependencies": {
"connect-redis": "^2.0.0",
"debug": "^2.0.0",
"glob": "^4.0.3",
"jade": "^1.3.1",
"mongoose": "^3.8.17",
"node-uuid": "^1.4.1",
"passport": "^0.2.0",
"passport-github": "^0.1.5",
"q": "^1.0.1",
"redis": "^0.11.0",
"simple-stack-common": "^0.2.3",
"stylus": "^0.47.1",
"superagent": "^0.18.1",
"superagent-defaults": "^0.1.6"
},
"devDependencies": {
"chai": "^1.9.2",
"mocha": "^1.20.1",
"supertest": "^0.14.0"
},
"scripts": {
"test": "NODE_ENV=test `pwd`/node_modules/.bin/mocha --reporter spec test/server/**/*"
},
"engines": {
"node": "0.10.x"
}
}