forked from SupreethBaliga/EasySale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 822 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
{
"name": "Easy-Sale",
"version": "1.0.0",
"description": "Contains the code for IITK Summer of Code-19 project.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "concurrently \"cd backend && node server.js\" \"cd client && yarn start\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/SupreethBaliga/EasySale.git"
},
"keywords": [],
"author": "Supreeth Baliga <[email protected]> (https://supreethbaliga.github.io/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/SupreethBaliga/EasySale/issues"
},
"homepage": "https://github.com/SupreethBaliga/EasySale#readme",
"dependencies": {
"concurrently": "^4.1.1",
"cors": "^2.8.5",
"nodemon": "^1.19.1",
"yarn": "^1.16.0"
}
}