-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (37 loc) · 986 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
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.3",
"chai-http": "^4.2.1",
"cors": "^2.8.5",
"express": "^4.16.4",
"express-formidable": "^1.2.0",
"formidable": "^1.2.1",
"googleapis": "^27.0.0",
"jwt-simple": "^0.5.5",
"mocha": "^5.2.0",
"mongoose": "^5.4.6",
"mysql": "^2.16.0",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0"
},
"devDependencies": {
"chai": "^4.2.0"
},
"engines": {
"node": "8.1.1",
"npm": "5.0.3"
},
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
}