-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 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
{
"name": "blog",
"main": "server.js",
"private": true,
"dependencies": {
"angular": "^1.3.2",
"angular-growl": "^0.1.0",
"angular-moment": "^0.8.2",
"angular-route": "^1.3.2",
"angular-sanitize": "^1.3.2",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "*",
"compression": "^1.2.0",
"express": "^4.0",
"express-handlebars": "*",
"grunt-browserify": "^3.2.0",
"imagemagick": "*",
"jquery": "^2.1.1",
"moment": "^2.8.3",
"mongoose": "^3.8.19",
"morgan": "^1.4.1",
"multer": "*",
"nib": "^1.0.4",
"passport": "^0.2.1",
"passport-http": "^0.2.2",
"recurring-date": "*",
"underscore": "*",
"when": "^3.6.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "*",
"grunt-concat-css": "^0.3.1",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-stylus": "^0.20.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-nodemon": "^0.3.0",
"grunt-shell-spawn": "^0.3.0",
"grunt-uncss": "^0.3.7"
}
}