forked from AminesCodes/Fashion-Footprint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
22 lines (22 loc) · 902 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": "Fashion-Sustainability",
"version": "1.0.0",
"description": "# Problem: Around 30 percent of all clothes made around the world are never sold, according to the Australian Circular Textile Association (ACTA) and the cost of this inventory distortion is estimated by IHL Group in 210 billion US dollars.",
"main": "index.js",
"scripts": {
"start": "node ./server/bin/www",
"heroku-postbuild": "cd server && npm install && cd ../client && npm install && npm run build",
"test": "echo 'Error: no test specified' && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AminesCodes/Fashion-Sustainability.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AminesCodes/Fashion-Sustainability/issues"
},
"homepage": "https://github.com/AminesCodes/Fashion-Sustainability#readme"
}