-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 987 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@fr8/drewry",
"version": "0.2.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/freight-trust/index-contract.git"
},
"author": "sam@freighttrust.com <sam@freighttrust.com>",
"license": "MPL-2.0",
"dependencies": {
"d3": "^5.16.0",
"oauth2-server": "^3.1.1",
"stylelint": "^13.6.1",
"yaml-server": "^1.10.0"
},
"description": "> Abstract",
"bugs": {
"url": "https://github.com/freight-trust/index-contract/issues"
},
"homepage": "https://github.com/freight-trust/index-contract#readme",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"drewry",
"freight",
"container",
"logistics",
"supply",
"chain"
],
"devDependencies": {
"@prettier/plugin-python": "0.0.0-development",
"eslint": "^7.5.0",
"eslint-config-google": "^0.14.0",
"prettier": "2.0.5"
}
}