forked from valueflows/agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 790 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 790 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
35
{
"name": "holodex-vocab",
"version": "1.0.0",
"description": "semantic vocabulary definitions for holodex.is",
"main": "vocab/index.js",
"scripts": {
"test": "standard",
"context": "bin/context",
"uml": "dot -T svg -o ./assets/uml.svg ./assets/uml.dot"
},
"repository": {
"type": "git",
"url": "https://github.com/openvocab/holodex.git"
},
"keywords": [
"holodex",
"linked",
"data",
"semantic",
"web",
"jsonld",
"json-schema"
],
"author": "openvocab",
"license": "AGPLv3",
"bugs": {
"url": "https://github.com/openvocab/holodex/issues"
},
"homepage": "https://github.com/openvocab/holodex",
"devDependencies": {
"schema-jsonld-context": "^2.0.0",
"standard": "^5.1.1",
"xtend": "^4.0.0"
}
}