This repository has been archived by the owner on Oct 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.6 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
57
58
{
"name": "rdf-ext-dist-builder",
"version": "0.3.0",
"description": "Configurable RDF-Ext distribution builder",
"main": "index.js",
"scripts": {
"install": "node install.js",
"lint": "standard",
"test": "node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/rdf-ext/rdf-ext-dist-builder.git"
},
"keywords": [
"rdf-parser",
"rdf",
"linked",
"data"
],
"author": "Thomas Bergwinkl <bergi@axolotlfarm.org> (https://www.bergnet.org/people/bergi/card#me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rdf-ext/rdf-ext-dist-builder/issues"
},
"homepage": "https://github.com/rdf-ext/rdf-ext-dist-builder",
"dependencies": {
"bluebird": "^2.10.2",
"body-parser": "^1.14.1",
"bootstrap": "^3.3.5",
"browserify": "^11.2.0",
"clownface": "^0.3.0",
"commander": "^2.9.0",
"exorcist": "^0.4.0",
"express": "^4.13.3",
"jade": "^1.11.0",
"jquery": "^2.1.4",
"lodash": "^3.10.1",
"rdf-ext": "^0.3.0",
"rdf-formats-common": "^0.3.0",
"rdf-parser-jsonld": "^0.3.0",
"rdf-parser-microdata": "^0.3.0",
"rdf-parser-n3": "^0.3.0",
"rdf-parser-rdfxml": "^0.3.0",
"rdf-serializer-jsonld": "^0.3.0",
"rdf-serializer-n3": "^0.3.0",
"rdf-serializer-ntriples": "^0.3.0",
"rdf-serializer-sparql-update": "^0.3.0",
"rdf-store-inmemory": "^0.3.0",
"rdf-store-ldp": "^0.3.0",
"rdf-store-singlegraph": "^0.3.0",
"rdf-store-sparql": "^0.3.0",
"serve-index": "^1.7.2",
"simplerdf": "^0.2.6",
"tmp": "^0.0.28",
"uglify-js": "^2.4.24 "
}
}