-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 927 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 927 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
{
"name": "simplerdf-store",
"version": "0.3.0",
"description": "SimpleRDF store plugin",
"main": "index.js",
"scripts": {
"test": "standard && mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/simplerdf/simplerdf-store.git"
},
"author": "Thomas Bergwinkl <bergi@axolotlfarm.org> (https://www.bergnet.org/people/bergi/card#me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/simplerdf/simplerdf-store/issues"
},
"homepage": "https://github.com/simplerdf/simplerdf-store",
"devDependencies": {
"mocha": "^3.2.0",
"rdf-store-dataset": "git://github.com/rdf-ext/rdf-store-dataset#develop",
"simplerdf-core": "git://github.com/simplerdf/simplerdf-core#develop",
"standard": "^10.0.2"
},
"dependencies": {
"rdf-ext": "git://github.com/rdf-ext/rdf-ext#develop",
"rdf-store-web": "git://github.com/rdf-ext/rdf-store-web#develop"
}
}