-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 768 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 768 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
{
"name": "node-angular-boilerplate",
"description": "",
"private": true,
"dependencies": {
"body-parser": "1.2.2",
"cookie-parser": "1.3.4",
"cookie-session": "1.1.0",
"express": "4.2.0",
"forever": "0.14.1",
"http-proxy": "^1.13.2",
"jsonfile": "^2.2.3",
"lodash": "3.8.0",
"morgan": "1.5.3",
"multer": "0.1.8",
"node-uuid": "1.4.3",
"passport": "0.2.1",
"passport-local": "1.0.0",
"q": "1.4.1"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-compress": "^1.1.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-express-server": "^0.5.1",
"grunt-ngmin": "0.0.3",
"load-grunt-tasks": "~3.1.0"
}
}