-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.1 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.1 KB
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
{
"name": "poolify",
"version": "1.0.0",
"description": "The project is to build a website/app for traveling in groups for people who would normally would pay for the whole vehicle, meant for multiple people, by themselves. It is an attempt to connect people that are traveling to the same destination. The website/app should enable a user to enter basic information, and attempt to add him/her to a suitable group.",
"main": "index.js",
"dependencies": {
"concurrently": "^5.3.0",
"react-spinners": "^0.10.4"
},
"scripts": {
"start":"node app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"frontend": "cd frontend && npm start",
"backend": "cd backend && npm start",
"dev": "concurrently \"npm run backend\" \"npm run frontend\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/AkshayGupt/ProjectCab.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AkshayGupt/ProjectCab/issues"
},
"homepage": "https://github.com/AkshayGupt/ProjectCab#readme",
"devDependencies": {
"nodemon": "^2.0.6"
}
}