oxigraph
Version:
JavaScript bindings of Oxigraph
28 lines • 588 B
JSON
{
"name": "oxigraph",
"description": "JavaScript bindings of Oxigraph",
"version": "0.5.3",
"license": "MIT OR Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/oxigraph/oxigraph.git",
"directory": "js"
},
"files": [
"*.{js,wasm,d.ts}"
],
"main": "node.js",
"types": "node.d.ts",
"keywords": [
"RDF",
"N-Triples",
"Turtle",
"XML",
"SPARQL"
],
"browser": "web.js",
"homepage": "https://github.com/oxigraph/oxigraph/tree/main/js",
"bugs": {
"url": "https://github.com/oxigraph/oxigraph/issues"
}
}