-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 976 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 976 Bytes
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
32
33
34
{
"name": "SupplyChain",
"version": "0.1.0",
"description": "_When consumers purchase a Toyota, they are not simply purchasing a car, truck or van. They are placing their trust in our company. - Akio Toyoda_",
"scripts": {
"test": "lerna run test:ci",
"coverage": "lerna run coverage:ci",
"lint": "lerna run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HQ20/SupplyChain.git"
},
"keywords": [],
"author": {
"name": "Alberto Cañada",
"email": "alberto@techhq.io"
},
"contributors": [
{
"name": "Bernardo Vieira",
"email": "bernardo@techhq.io"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/HQ20/SupplyChain/issues"
},
"homepage": "https://github.com/HQ20/SupplyChain#readme",
"dependencies": {
"lerna": "^3.13.4",
"coveralls": "3.0.3"
}
}