UNPKG

neo4jkb

Version:

A graph knowledge base implemented in neo4j.

42 lines (41 loc) 951 B
{ "name": "neo4jkb", "version": "0.1.35", "description": "A graph knowledge base implemented in neo4j.", "main": "index.js", "scripts": { "test": "istanbul cover ./node_modules/.bin/_mocha -i **/lib/neo4jKB.js", "doc": "jsdoc2md ./lib/*.js > API.md" }, "repository": { "type": "git", "url": "git+https://github.com/kengz/neo4jKB.git" }, "keywords": [ "neo4j", "kb", "knowledge", "base", "ai" ], "author": "kengz kengzwl@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/kengz/neo4jKB/issues" }, "homepage": "https://github.com/kengz/neo4jKB#readme", "dependencies": { "bluebird": "^3.1.5", "lomath": "latest", "reqscraper": "latest" }, "devDependencies": { "chai": "^3.4.1", "chai-as-promised": "^5.2.0", "co": "^4.6.0", "coveralls": "^2.11.6", "istanbul": "^0.4.2", "mocha": "^2.4.4", "node-env-file": "^0.1.8" } }