UNPKG

rdf-serializer-xml

Version:

RDF/XML serializer that follows the RDF Interface specification

33 lines (32 loc) 784 B
{ "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 <j.a.mclaughlin@ncl.ac.uk>", "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" } }