UNPKG

levelgraph

Version:

A graph database for Node.js and the browser built on top of LevelUp

67 lines (66 loc) 1.79 kB
{ "name": "levelgraph", "version": "1.2.1", "description": "A graph database for Node.js and the browser built on top of LevelUp", "main": "lib/levelgraph.js", "scripts": { "test": "mocha --recursive --bail --reporter spec test", "zuul": "zuul test/common.js test/*spec.js", "zuul-local": "zuul --open --local 8080 -- test/common.js test/*spec.js", "coverage": "rm -rf coverage; istanbul cover _mocha -- --recursive --reporter spec --bail", "publish-coverage": "cat coverage/lcov.info | coveralls", "ci": "mocha --recursive --bail --watch test", "jshint-lib": "jshint lib/*.js", "jshint-test": "jshint test/*.js" }, "repository": { "type": "git", "url": "https://github.com/mcollina/levelgraph.git" }, "bugs": { "url": "http://github.com/mcollina/levelgraph/issues" }, "pre-commit": [ "jshint-lib", "jshint-test", "test" ], "keywords": [ "leveldb", "graph", "level", "database", "triples", "triple" ], "author": "Matteo Collina <hello@matteocollina.com>", "license": "MIT", "devDependencies": { "browserify": "^13.0.1", "chai": "^3.5.0", "coveralls": "^2.11.2", "istanbul": "~0.4.3", "jshint": "^2.9.2", "level-browserify": "^1.0.1", "level-sublevel": "^6.4.6", "level-test": "^2.0.0", "mocha": "^2.2.5", "multilevel": "^7.2.0", "osenv": "^0.1.0", "pre-commit": "^1.1.3", "setimmediate": "^1.0.2", "sinon": "~1.17.4", "sinon-chai": "^2.6.0", "uglify-js": "^2.6.2", "zuul": "^3.0.0" }, "dependencies": { "callback-stream": "^1.1.0", "inherits": "^2.0.1", "level-ws": "0.0.0", "lodash.keys": "^4.0.6", "readable-stream": "~1.1.13", "steed": "^1.1.3", "xtend": "~4.0.0" } }