-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 938 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 938 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
{
"name": "myapp",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"atob": "2.0.3",
"babel-preset-env": "1.6.1",
"bcrypt": "1.0.3",
"bluebird": "3.5.1",
"body-parser": "1.18.2",
"cookie-parser": "1.4.3",
"cors": "2.8.4",
"debug": "2.6.9",
"express": "4.15.5",
"express-device": "0.4.2",
"fs": "0.0.1-security",
"gm": "1.23.1",
"imagemagick": "0.1.3",
"jsonwebtoken": "8.1.1",
"mongoose": "5.0.3",
"mongoose-unique-validator": "2.0.0",
"morgan": "1.9.0",
"multer": "1.3.0",
"nodemailer": "4.4.2",
"path": "0.12.7",
"serve-favicon": "2.4.5",
"swagger-ui-express": "2.0.15"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-preset-es2015": "6.24.1"
}
}