-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.04 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
39
40
41
42
43
44
45
{
"name": "siard-link",
"version": "0.0.3",
"description": "siard.link: siard archival datastructure converted to linked data",
"scripts": {
"build": "./build.sh",
"test": "standard"
},
"files": [
"README.md"
],
"repository": {
"type": "git",
"url": "git://github.com/swissfederalarchives/siard-link.git"
},
"keywords": [
"rdf",
"archives",
"documentation"
],
"author": "Claudio Di Gallo",
"license": "MIT",
"bugs": {
"url": "https://github.com/swissfederalarchives/siard-link/issues"
},
"homepage": "https://github.com/swissfederalarchives/siard-link",
"dependencies": {
"@rdfjs/namespace": "^1.1.0",
"@rdfjs/to-ntriples": "^1.0.2",
"clownface": "^0.12.4",
"commander": "^5.1.0",
"debug": "^4.1.1",
"rdf-ext": "^1.3.0",
"rdf-utils-fs": "^2.1.0",
"rdf-validate-shacl": "^0.2.1"
},
"devDependencies": {
"chromium": "^3.0.3",
"pm2": "^5.2.0",
"respec": "^31.0.11",
"serve": "^13.0.2",
"standard": "^14.3.4",
"trifid": "^2.3.6"
}
}