forked from rdf-ext/rdf-ext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 866 Bytes
/
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
{
"name": "rdf-ext",
"version": "0.3.0",
"description": "Extended Linked Data module",
"main": "rdf-ext.js",
"scripts": {
"lint": "standard",
"test": "node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/rdf-ext/rdf-ext.git"
},
"keywords": [
"rdf",
"rdf-ext",
"rdf-interfaces"
],
"author": "Thomas Bergwinkl <[email protected]> (https://www.bergnet.org/people/bergi/card#me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rdf-ext/rdf-ext/issues"
},
"homepage": "https://github.com/rdf-ext/rdf-ext",
"dependencies": {
"es6-promise": "^3.0.2",
"rdf-graph-array": "^0.3.0",
"rdf-store-inmemory": "^0.3.0"
},
"devDependencies": {
"mocha": "^2.3.3",
"nock": "^2.17.0",
"rdf-test-data": "^0.3.0"
},
"readmeFilename": "README.md"
}