shacl-js
Version:
TopQuadrant's SHACL API in JavaScript
23 lines (22 loc) • 564 B
JSON
{
"name": "shacl-js",
"version": "0.0.1",
"description": "TopQuadrant's SHACL API in JavaScript",
"main": "shacl.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TopQuadrant/shacl-js.git"
},
"keywords": [
"SHACL"
],
"author": "Blake Regalia <blake.regalia@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/TopQuadrant/shacl-js/issues"
},
"homepage": "https://github.com/TopQuadrant/shacl-js#readme"
}