forked from ccrowley96/MusiCrowd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 937 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": "decibois",
"version": "1.0.0",
"description": "Collaborative Spotify Democracy",
"main": "app.js",
"scripts": {
"start": "cd backend && npm run start:prod",
"heroku-postbuild": "cd frontend && npm install && npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ccrowley96/Decibois.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ccrowley96/Decibois/issues"
},
"homepage": "https://github.com/ccrowley96/Decibois#readme",
"dependencies": {
"body-parser": "^1.18.3",
"cookie-parser": "1.3.2",
"cors": "^2.8.4",
"dotenv": "^6.2.0",
"express": "~4.16.0",
"is-mobile": "^2.0.0",
"lodash": "^4.17.11",
"mongoose": "^5.4.9",
"path": "^0.12.7",
"querystring": "~0.2.0",
"randomstring": "^1.1.5",
"request": "~2.83.0"
}
}