-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·51 lines (51 loc) · 1.28 KB
/
package.json
File metadata and controls
executable file
·51 lines (51 loc) · 1.28 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
{
"name": "withexpress",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"gulpstart": "gulp start",
"gulp-build": "NODE_ENV='production' gulp"
},
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.287.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"chai-http": "^4.0.0",
"cheerio": "^1.0.0-rc.2",
"express": "^4.16.2",
"express-validation-swagger": "^0.1.5",
"fs": "0.0.1-security",
"fs-extra": "^7.0.0",
"gm": "^1.23.1",
"gulp-live-server": "0.0.31",
"jsonwebtoken": "^8.1.1",
"log4js": "^2.4.1",
"mime-types": "^2.1.19",
"moment": "^2.21.0",
"moment-timezone": "^0.5.14",
"mongoose": "^5.0.5",
"multer": "^1.3.1",
"nodemailer-smtp-transport": "^2.7.4",
"passport": "^0.4.0",
"passport-jwt": "^3.0.1",
"path": "^0.12.7",
"randomstring": "^1.1.5",
"request": "^2.85.0",
"sendinblue-api": "^1.0.8",
"swagger-express": "^1.0.5",
"swagger-node-express": "^2.1.3"
},
"devDependencies": {
"chai": "^4.1.2",
"child_process": "^1.0.2",
"gulp": "^3.9.1",
"gulp-util": "^3.0.8",
"gulplog": "^1.0.0",
"mocha": "^5.2.0"
}
}