forked from ICO2S/rdf-serializer-xml
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 784 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
{
"name": "rdf-serializer-xml",
"version": "0.1.0",
"description": "RDF/XML serializer that follows the RDF Interface specification",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/ICO2S/rdf-serializer-xml.git"
},
"keywords": [
"rdf-serializer",
"rdf",
"linked",
"data"
],
"author": "James Alastair McLaughlin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ICO2S/rdf-serializer-xml/issues"
},
"homepage": "https://github.com/ICO2S/rdf-serializer-xml",
"dependencies": {
"inherits": "^2.0.1",
"rdf-serializer-abstract": "^0.3.0",
"uniq": "^1.0.1",
"xml": "^1.0.1"
},
"devDependencies": {
"mocha": "^2.3.3",
"rdf-ext": "^0.3.0"
}
}