-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 983 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
{
"name": "impressions",
"version": "1.0.0",
"description": "",
"main": "server.js",
"engines": {
"node": "8.11.2",
"npm": "5.6.0"
},
"scripts": {
"start": "node server.js",
"dev": "concurrently \"node server.js\" \"npm run client\"",
"server": "node server.js",
"client": "npm run start --prefix client",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
},
"repository": {
"type": "git",
"url": "https://github.com/nolbuzanis/Impressions.git"
},
"author": "Nolan Buzanis",
"license": "ISC",
"bugs": {
"url": "https://github.com/nolbuzanis/Impressions/issues"
},
"homepage": "https://github.com/nolbuzanis/Impressions#readme",
"dependencies": {
"axios": "^0.19.0",
"concurrently": "^4.1.2",
"cookie-session": "^1.3.3",
"express": "^4.17.1",
"mongoose": "^5.6.13",
"passport": "^0.4.0",
"passport-spotify": "^1.1.0"
}
}