-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 832 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 832 Bytes
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
{
"name": "yifab",
"version": "1.0.0",
"description": "This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).",
"main": "index.js",
"scripts": {
"start": "node index.js",
"server": "nodemon index.js",
"client": "npm run start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
},
"repository": {
"type": "git",
"url": "git+https://b_bado@bitbucket.org/b_bado/yifab.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/b_bado/yifab#readme",
"dependencies": {
"express": "^4.16.2",
"lodash": "^4.17.4",
"nodemon": "^1.14.9",
"yelp-v3": "0.0.6"
}
}