-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 969 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 969 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
37
38
39
{
"name": "webapps",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "grunt && node bin/www",
"test": "grunt test"
},
"dependencies": {
"angular-fullpage.js": "^0.2.3",
"async": "^2.0.0-rc.5",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "~2.3.3",
"express": "~4.13.1",
"express-jwt": "^3.4.0",
"grunt": "^1.0.1",
"jshint": "^2.9.2",
"jsonwebtoken": "^7.0.0",
"mongoose": "^4.4.19",
"morgan": "~1.6.1",
"ng-notifications-bar": "0.0.16",
"node-minify": "^1.3.7",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"request": "^2.72.0",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-jasmine-node": "^0.3.1",
"grunt-ng-annotate": "^2.0.2",
"supertest": "^1.2.0"
}
}