-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 948 Bytes
/
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
{
"name": "portfolioCMS",
"version": "0.0.0",
"private": true,
"main": "server/server.js",
"scripts": {
"start": "node server/server.js"
},
"dependencies": {
"angular": "~1.5.8",
"angular-animate": "^1.5.8",
"angular-resource": "^1.5.8",
"angular-ui-router": "0.3.1",
"body-parser": "~1.15.1",
"bourbon-neat": "^1.8.0",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"express": "~4.13.4",
"jade": "~1.11.0",
"jquery": "*",
"mongoose": "^4.5.10",
"monk": "^3.1.2",
"nodemailer": "^2.6.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-sass": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "*",
"grunt-nodemon": "*",
"grunt-concurrent": "*",
"matchdep": "*"
}
}