-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 838 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 838 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
{
"name": "flapper-news",
"version": "0.0.0",
"description": "A Reddit clone made with the MEAN stack",
"engines": {
"node": "5.7.1",
"npm": "3.8.2"
},
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"main": "./bin/www",
"dependencies": {
"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.3.0",
"jshint": "^2.9.1",
"jsonwebtoken": "^5.7.0",
"mongoose": "^4.4.6",
"morgan": "~1.6.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"dotenv": "^2.0.0",
"gulp": "^3.9.1",
"gulp-imagemin": "^2.4.0",
"gulp-jshint": "^2.0.0",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2"
}
}