-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
44 lines (44 loc) · 1.09 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
{
"name": "Chutter",
"version": "1.0.1",
"main": "grunt.coffee",
"dependencies": {
"express": ">= 3.1.0",
"ejs": ">= 0.8.4",
"underscore": "latest",
"serve-favicon": "latest",
"prerender-node": "latest",
"node-env-file": "latest",
"compression": "latest",
"supervisor": "latest",
"request": "latest"
},
"engines": {
"node": "0.10.21"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "supervisor chutter.js"
},
"devDependencies": {
"cucumber": "~0.3.0",
"grunt": "~0.4.1",
"grunt-cli": "latest",
"grunt-contrib-clean": ">=0.4.0",
"grunt-contrib-coffee": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-sass": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-haml": "latest",
"grunt-html2js": "latest",
"karma": "~0.8.4",
"express-http-proxy": "latest"
},
"repository": {
"type": "git",
"url": "https://github.com/chutterbox/chutter"
},
"readmeFilename": "README.md"
}