-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·45 lines (45 loc) · 1.07 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
45
{
"name": "whatdaduck",
"version": "0.0.4",
"private": true,
"scripts": {
"start": "node server",
"test": "./node_modules/.bin/mocha test"
},
"engines": {
"node": "0.8.x",
"npm": "1.1.65"
},
"dependencies": {
"express": "3.0.1",
"jade": "0.27.6",
"socket.io": "0.9.6",
"coffee-script": "~1.6.3",
"colors": "~0.6.2",
"grunt-cli": "~0.1.9",
"rx": "~2.2.12",
"twit": "~1.1.12"
},
"devDependencies": {
"nodemon": "~0.7.1",
"esprima": "latest",
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.2.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.3.1",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-stylus": "~0.11.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-concurrent": "~0.3.1",
"grunt-shell": "~0.6.4",
"grunt-nodemon": "~0.1.0",
"grunt-notify": "~0.2.13",
"matchdep": "latest",
"should": "~1.2.2",
"mocha": "~1.12.0",
"browserify": "~3.30.1",
"grunt-browserify": "~1.3.1",
"uglify-js": "~2.4.12"
}
}