-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 996 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
{
"name": "tiltnyc",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app",
"specs": "./node_modules/.bin/mocha --compilers coffee:coffee-script spec/*/*spec*",
"features": "./node_modules/.bin/cucumber-js features/*",
"build": "./node_modules/.bin/mocha --compilers coffee:coffee-script spec/*/*spec* && ./node_modules/.bin/cucumber-js features/*"
},
"dependencies": {
"coffee-script": "1.3.3",
"express": "3.0.0rc4",
"fs": "latest",
"jade": "0.27.2",
"mongoose": "3.1.1",
"package": "latest",
"sugar": "latest",
"underscore": "1.3.1",
"walk": "latest",
"yaml-config": "latest"
},
"devDependencies": {
"cheerio": "latest",
"cucumber": "latest",
"database-cleaner": "latest",
"forgery": "latest",
"mocha": "latest",
"should": "latest",
"zombie": "1.4.1"
}
}