rdf
Version:
RDF datatype integration, RDF Interfaces API, and utility functions
31 lines (30 loc) • 638 B
JSON
{
"name": "rdf",
"description": "RDF datatype integration, RDF Interfaces API, and utility functions",
"homepage": "https://github.com/awwright/node-rdf",
"author": "Austin Wright",
"keywords": [
"RDF",
"RDF Interfaces",
"IRI",
"Turtle"
],
"dependencies": {
"iri": "~1"
},
"repository": {
"type": "git",
"url": "git://github.com/awwright/node-rdf.git",
"web": "https://github.com/awwright/node-rdf"
},
"main": "index.js",
"scripts": {
"test": "mocha"
},
"license": "Unlicense",
"devDependencies": {
"mocha": "^10.0.0",
"nyc": "^15.1.0"
},
"version": "4.1.1"
}