-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 888 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 888 Bytes
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
{
"name": "CermaiJS",
"version": "1.0.0",
"private": false,
"scripts": {
"start": "node ./index.js",
"deploy": "./node_modules/.bin/grunt production"
},
"main": "./index.js",
"dependencies": {
"async": "^1.5.0",
"body-parser": "~1.12.0",
"colors": "^1.1.2",
"connect-redis": "^3.0.1",
"cookie-parser": "^1.4.0",
"express": "^4.13.3",
"express-session": "^1.12.1",
"grunt-cli": "^1.1.0",
"jade": "^1.11.0",
"moment": "^2.11.2",
"mongodb": "^2.0.48",
"morgan": "^1.7.0",
"redis": "^2.3.0",
"stylus": "^0.52.4",
"underscore": "^1.8.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-minjson": "^0.4.0"
}
}