-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.08 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
46
47
48
{
"name": "nodino",
"description": "nodino",
"version": "0.0.1",
"author": "Andrea Pavoni <andrea.pavoni@gmail.com> (http://andreapavoni.com)",
"private": true,
"scripts": {
"start": "coffee ./bin/www",
"test": "node ./node_modules/.bin/mocha"
},
"devDependencies": {
"coffee-react": "*",
"superagent": "*",
"expect.js": "*",
"mocha": "*",
"stylus": "*",
"gulp": "*",
"gulp-util": "*",
"gulp-rimraf": "*",
"gulp-concat": "*",
"gulp-rename": "*",
"gulp-uglify": "*",
"gulp-size": "*",
"gulp-stylus": "*",
"gulp-react": "*",
"gulp-minify-css": "*",
"gulp-istanbul": "*",
"gulp-mocha": "*",
"gulp-coffee": "*",
"gulp-cjsx": "*",
"main-bower-files": "*",
"supertest": "^0.10.0"
},
"dependencies": {
"coffee-script": "1.7.x",
"express": "~4.6.1",
"compression": "*",
"serve-favicon": "*",
"morgan": "*",
"cookie-parser": "*",
"body-parser": "*",
"jade": "*",
"redis": "^0.10.1",
"redis-url": "~0.2.0",
"express-session": "*",
"valid-url": "*"
}
}