-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 915 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
36
{
"name": "xpr-dashboard",
"version": "3.1.0",
"description": "Experiments Dashboard for Frontier",
"main": "./lib/app.js",
"author": "Dan Crews <[email protected]>",
"dependencies": {
"bluebird": "^2.9.25",
"compression": "^1.6.2",
"connect-redis": "^2.3.0",
"debug": "^2.1.3",
"glob": "^5.0.5",
"jade": "^1.9.2",
"node-uuid": "^1.4.3",
"passport": "^0.2.1",
"passport-github": "^0.1.5",
"redis": "^0.12.1",
"simple-stack-common": "^0.2.3",
"stylus": "^0.51.1",
"superagent": "^1.2.0",
"superagent-defaults": "^0.1.12",
"xpr-dash-mongodb": "2.1.0",
"xpr-util-validation": "^1.0.0"
},
"devDependencies": {
"chai": "^2.3.0",
"mocha": "^2.2.4",
"supertest": "^0.15.0"
},
"scripts": {
"test": "NODE_ENV=test `pwd`/node_modules/.bin/mocha --reporter spec test/server/**/*"
},
"engines": {
"node": "0.10.x"
}
}