-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.21 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
42
43
44
45
46
47
48
49
{
"name": "bigpicture-light",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"devstart": "nodemon ./bin/www"
},
"dependencies": {
"animate.css": "^3.6.1",
"async": "^2.5.0",
"body-parser": "~1.17.1",
"bootstrap": "^3.3.7",
"canvas": "^1.6.5",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"cropperjs": "^1.3.0",
"crypto": "0.0.3",
"debug": "~2.6.3",
"eslint-plugin-import": "^2.9.0",
"express": "~4.15.2",
"express-session": "^1.15.3",
"express-validator": "^3.2.0",
"fabric": "^1.7.22",
"fs": "0.0.1-security",
"jquery": "^3.2.1",
"mongoose": "^5.0.7",
"morgan": "~1.8.1",
"multer": "^1.3.0",
"nodemailer": "^4.6.0",
"nodemailer-smtp-transport": "^2.7.4",
"nodemon": "^1.15.1",
"nouislider": "^10.1.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pug": "~2.0.0-beta11",
"req-flash": "0.0.3",
"rx": "^4.1.0",
"serve-favicon": "~2.4.2",
"sharp": "^0.19.1",
"socket.io": "^2.0.3"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.6.0",
"nodemon": "^1.11.0"
}
}