-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 934 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": "MEAN-stack-authentication",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"archiver": "^1.3.0",
"body-parser": "~1.10.2",
"cookie-parser": "~1.3.3",
"debug": "~2.1.1",
"directory-tree": "^1.2.0",
"express": "~4.11.1",
"express-jwt": "^3.0.1",
"formidable": "^1.1.1",
"fs": "0.0.2",
"jade": "~1.9.1",
"jsonwebtoken": "^5.0.4",
"lodash": "^4.17.2",
"mongoose": "^5.9.19",
"morgan": "~1.5.1",
"multer": "1.1.0",
"node-schedule": "^1.2.0",
"passport": "^0.2.2",
"passport-local": "^1.0.0",
"requirejs": "^2.3.2",
"serve-favicon": "~2.2.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-ng-html2js": "^0.2.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-watch": "^4.3.4"
}
}