-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 863 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
37
38
{
"name": "crowdtro",
"version": "0.0.1",
"dependencies": {
"coffee-script": "1.6.2",
"connect-flash": "0.1.0",
"ejs": "0.8.3",
"es5-shimify": "~0.0.1",
"express": "3.4.4",
"hem": "0.2.9",
"jqueryify": "~0.0.1",
"json2ify": "~0.0.1",
"mongoose": "~3.8.0",
"mongoose-times": "0.1.0",
"nodetime": "0.8.12",
"passport": "0.1.17",
"passport-google": "0.3.0",
"raygun": "latest",
"spine": "1.0.9",
"fs-readdir-recursive": "~0.1.1",
"passport-google-oauth": "~0.2.0",
"coffee-errors": "~0.8.6"
},
"devDependencies": {
"cucumber": "0.3.0",
"jasmine-node": "1.0.26",
"nock": "0.17.3",
"should": "2.1.1",
"zombie": "2.5.1"
},
"engines": {
"node": "0.10.24"
},
"engineStrict": true,
"scripts": {
"test": "./node_modules/.bin/cucumber.js -t ~@wip"
}
}