-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 967 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
{
"name": "BarbellBuddy",
"version": "1.0.0",
"description": "- Setup repository on GitHub \r - Setup static analysis tool scripts\r - Routing for our web app\r - Some starting front-end design for the web app",
"main": "index.js",
"dependencies": {
"body-parser": "^1.19.0",
"concurrently": "^5.2.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"mongoose": "^5.9.10",
"morgan": "^1.9.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "concurrently \"cd server && node server.js\" \"cd client && npm start\"",
"server": "cd server && node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ICS427JFam/BarbellBuddy.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ICS427JFam/BarbellBuddy/issues"
},
"homepage": "https://github.com/ICS427JFam/BarbellBuddy#readme"
}