-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 886 Bytes
/
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
{
"name": "platform",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha './tests/*.js'",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"body-parser": "^1.18.3",
"corn": "0.0.1",
"cors": "^2.8.5",
"cron": "^1.7.0",
"delay-for-array": "^1.0.25",
"dirty-json": "^0.7.0",
"express": "^4.16.4",
"helmet": "^3.20.0",
"image-size": "^0.7.4",
"jimp": "^0.6.4",
"jsonwebtoken": "^8.5.1",
"moment": "^2.24.0",
"mongoose": "^5.6.9",
"multer": "^1.4.2",
"passport": "^0.4.0",
"passport-facebook": "^3.0.0",
"passport-jwt": "^4.0.0",
"request": "^2.88.0"
},
"devDependencies": {
"assert": "^2.0.0",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"dotenv": "^8.0.0",
"mocha": "^6.1.4"
}
}