skg
Version:
Simple Knowledge Graph
29 lines (28 loc) • 558 B
JSON
{
"name": "skg",
"version": "0.9.0",
"description": "Simple Knowledge Graph",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johnataylor/SKG.git"
},
"keywords": [
"Knowledge",
"Graph",
"RDF"
],
"author": "John Taylor",
"license": "MIT",
"bugs": {
"url": "https://github.com/johnataylor/SKG/issues"
},
"homepage": "https://github.com/johnataylor/SKG#readme",
"devDependencies": {
"assert": "^2.0.0",
"mocha": "^7.1.1"
}
}