-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
22 lines (22 loc) · 909 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
{
"name": "Fullstack-bill-sharing-app",
"version": "1.0.0",
"description": "<p> A simple project that allows friends share bills together.</p> <p>For Context: A user can sign up and create a group by adding others through their emails. Users can check what groups they are part of and donate money towards the group's money goals.</p>",
"main": "index.js",
"scripts": {
"postinstall": "cd Back-Ends && cd JavaScript && yarn install",
"start": "cd backend && npm start",
"test": "cd Back-Ends && cd JavaScript && yarn run test-git"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeliezel/Fullstack-bill-sharing-app.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/codeliezel/Fullstack-bill-sharing-app/issues"
},
"homepage": "https://github.com/codeliezel/Fullstack-bill-sharing-app#readme"
}