-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.01 KB
/
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
{
"name": "openfoodtrust",
"version": "0.1.0",
"description": "Open Food Trust provides insights into the food and ag supply chain with an emphasis towards supporting initiatives around sustainability, reduction of food waste, and to enable track and trace of agricultural products in a reliable and secure manner.",
"main": " ",
"directories": {
"doc": "docs",
"lib": "lib"
},
"scripts": {
"build": "openapi join ./apis/*.json; redoc-cli bundle --output ./docs/index.html ./openapi.yaml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mesur-io/openfoodtrust.git"
},
"keywords": [
"food",
"agriculture",
"food",
"trust",
"sustainability",
"verifiable",
"credentials",
"decentralized",
"identifiers",
"distributed",
"ledger",
"dlt",
"blockchain"
],
"author": "[email protected]",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mesur-io/openfoodtrust/issues"
},
"homepage": "https://mesur.io/"
}