-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.29 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "BackBlog",
"version": "1.0.0",
"description": "Blog Backoffice",
"main": "app.js",
"engines": {
"node": "8.9.3",
"npm": "5.6.0"
},
"scripts": {
"start": "nodemon app.js",
"dev": "nodemon app.js"
},
"author": "Fernando Guimarães",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"bootstrap": "^4.0.0-beta.3",
"bootstrap-material-design": "^4.0.0-beta.4",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"ejs": "^2.5.7",
"ejs-lint": "^0.3.0",
"express": "^4.16.2",
"express-ejs-layouts": "^2.3.1",
"express-session": "^1.15.6",
"font-awesome": "^4.7.0",
"formidable": "^1.1.1",
"gridfs-stream": "^1.1.1",
"gulp-install": "^1.1.0",
"jquery": "^3.0.0",
"method-override": "^2.3.10",
"moment": "^2.20.1",
"mongoose": "^5.0.0-rc0",
"nets": "^3.2.0",
"nodemon": "^1.14.3",
"npm": "^5.7.1",
"passport": "^0.4.0",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"popper.js": "^1.12.9",
"underscore": "^1.8.3"
},
"devDependencies": {
"@types/mongoose": "^4.7.32",
"@types/passport": "^0.4.2",
"browser-sync": "^2.18.13",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0"
}
}