forked from pchampin/simple-rdf.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 966 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 966 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
30
31
32
33
34
35
36
37
38
{
"name": "rdfrest",
"version": "1.0.0",
"description": "A simple interface and implementation for RDF graphs",
"main": "./src/rdf-rest-lib.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/StatelessCat/RDF-REST.JS.git"
},
"keywords": [
"rdf"
],
"author": "Pierre-Antoine Champin <http://champin.net>",
"contributors": [
"Pierre-Antoine Champin <http://champin.net>",
"Raphael Cazenave-Leveque <raphael.cazenave@gmail.com>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/StatelessCat/RDF-REST.JS/issues"
},
"dependencies": {
"jsonld": "^0.3.22",
"n3": "^0.4.1",
"promise": "^6.1.0"
},
"homepage": "https://github.com/StatelessCat/RDF-REST.JS",
"directories": {
"example": "examples",
"test": "test",
"src": "src",
"browserified": "browserified"
},
"devDependencies": {}
}