-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 KB
/
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
40
41
{
"name": "scrumio",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www",
"build-css": "node-sass --include-path scss public/stylesheets/main.scss public/stylesheets/main.css"
},
"dependencies": {
"bcrypt-nodejs": "latest",
"body-parser": "~1.18.2",
"bootbox": "^4.4.0",
"bootstrap": "^4.0.0",
"bootstrap-sass": "^3.3.7",
"connect-flash": "~0.1.1",
"connect-mongo": "^2.0.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.15.5",
"fullpage.js": "^2.9.7",
"jquery": "^3.3.1",
"jquery-toast-plugin": "^1.3.2",
"mongoose": "~4.13.1",
"mongoose-paginate": "^5.0.3",
"mongoose-pagination": "^1.0.0",
"mongoose-unique-validator": "^2.0.1",
"morgan": "~1.9.0",
"passport": "~0.3.2",
"passport-facebook": "~2.1.1",
"passport-google-oauth": "~1.0.0",
"passport-local": "~1.0.0",
"passport-twitter": "~1.0.4",
"popper": "^1.0.1",
"pug": "2.0.0-beta11",
"serve-favicon": "~2.4.5"
},
"devDependencies": {
"node-sass": "^4.8.3",
"nodemon": "^1.17.3"
}
}