-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.1 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
{
"name": "Cyberia",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "coffee app.coffee"
},
"engine": "node 0.10.26",
"dependencies": {
"express": "3.5.1",
"jade": "*",
"stylus": "*",
"coffee-script": "1.7.1",
"grunt": "0.4.4",
"matchdep": "*",
"grunt-express-server": "*",
"connect-assets": "*",
"grunt-browserify": "1.3.2",
"coffeeify": "*",
"passport": "*",
"passport-local": "*",
"mongodb": "*",
"mongoose": "*",
"validator": "*",
"crypto": "*",
"winston": "*",
"connect-mongo": "*",
"connect-flash": "*",
"view-helpers": "*",
"async": "*",
"connect-csrf-cookie": "*",
"jadeify": "*",
"backbone.io": "*",
"passport.socketio": "*",
"redis": "*",
"hiredis": "*",
"connect-redis": "1.4.7",
"grunt-contrib-stylus": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-coffee": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-sass": "git://github.com/JanSauer/grunt-contrib-sass#f5d86a8"
}
}