-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (50 loc) · 1.22 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
50
{
"name": "appjam",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"activate-power-mode": "^1.0.0",
"async": "^2.6.0",
"aws-sdk": "^2.268.1",
"axios": "^0.18.0",
"body-parser": "~1.18.2",
"cheerio": "^1.0.0-rc.2",
"config": "^1.30.0",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"crypto-promise": "^2.0.0",
"debug": "~2.6.9",
"dredd": "^5.1.11",
"ejs": "^2.5.7",
"express": "^4.16.3",
"express-session": "^1.15.6",
"express-validation": "^1.0.2",
"fs": "0.0.1-security",
"helmet": "^3.9.0",
"iamport": "^0.3.4",
"iamporter": "^1.4.2",
"instagram-crawling": "^1.1.2",
"jade": "~1.11.0",
"joi": "^13.4.0",
"jsonwebtoken": "^8.1.0",
"moment": "^2.22.2",
"mongoose": "^5.2.1",
"morgan": "~1.9.0",
"multer": "^1.3.1",
"multer-s3": "^2.7.0",
"mysql": "^2.15.0",
"node-cron": "^1.2.1",
"node-instagram": "^4.1.0",
"node-schedule": "^1.3.0",
"path": "^0.12.7",
"promise-mysql": "^3.1.5",
"request": "^2.87.0",
"request-promise": "^4.2.2",
"serve-favicon": "~2.4.5",
"winston": "^3.0.0",
"winston-daily-rotate-file": "^3.3.0"
}
}