forked from zazuko/kopflos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.67 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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "hydra-box",
"description": "Hydra Box middleware",
"version": "0.6.5",
"main": "index.js",
"scripts": {
"test": "standard && nyc --reporter=lcov mocha",
"blog": "(cd examples/blog; bash init.sh --keep; DEBUG=hydra-box* nodemon --ext ttl,js,json --exec node --inspect=0.0.0.0:9001 server.js)"
},
"author": "Thomas Bergwinkl <[email protected]> (https://www.bergnet.org/people/bergi/card#me)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/zazuko/hydra-box.git"
},
"bugs": {
"url": "https://github.com/zazuko/hydra-box/issues"
},
"homepage": "https://github.com/zazuko/hydra-box",
"dependencies": {
"@rdfjs/data-model": "^1.1.2",
"@rdfjs/dataset": "^1.0.1",
"@rdfjs/express-handler": "^1.2.0",
"@rdfjs/namespace": "^1.1.0",
"@rdfjs/term-set": "^1.0.0",
"@tpluscode/rdf-ns-builders": "^1.0.0",
"absolute-url": "^1.2.2",
"clownface": "^1",
"debug": "^4.1.1",
"express": "^4.17.1",
"http-errors": "^1.8.0",
"middleware-async": "^1.2.6",
"promise-the-world": "^1.0.1",
"rdf-dataset-ext": "^1.0.0",
"rdf-loader-code": "^0.3.0",
"rdf-loaders-registry": "^0.3.0",
"rdf-utils-fs": "^2.1.0",
"set-link": "^1.0.0",
"uri-template-route": "^1.0.0"
},
"devDependencies": {
"@rdfjs/fetch": "^2.1.0",
"@zazuko/rdf-vocabularies": "^2019.10.22",
"alcaeus": "^1.0.0-beta.4",
"codecov": "^3.6.5",
"express-as-promise": "0.0.2",
"mocha": "^6.2.2",
"node-fetch": "^2.6.0",
"nodemon": "^2.0.3",
"nyc": "^14.1.1",
"rdf-store-fs": "^1.0.0",
"sinon": "^9.0.2",
"standard": "^14.3.1",
"supertest": "^4.0.2"
}
}