-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 907 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
{
"name": "tmsv3-server",
"version": "3.1.0",
"description": "Static backend expressJS server",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"heroku-postbuild": "cd react-ui/ && npm install && npm install --only=dev --no-shrinkwrap && npm run build"
},
"cacheDirectories": [
"node_modules",
"react-ui/node_modules"
],
"engines": {
"node": "8.9.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grod220/TMSv3.git"
},
"author": "Gabe Rodriguez",
"license": "ISC",
"bugs": {
"url": "https://github.com/grod220/TMSv3/issues"
},
"homepage": "https://github.com/grod220/TMSv3#readme",
"dependencies": {
"compression": "^1.7.1",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"firebase-admin": "^5.8.2",
"request-promise": "^4.2.2"
}
}