UNPKG

livelydb

Version:

Abstract base class for Lively live-streaming database implementations.

46 lines (45 loc) 1.01 kB
{ "name": "livelydb", "version": "0.0.2", "description": "Abstract base class for Lively live-streaming database implementations.", "main": "index.js", "scripts": { "test": "node_modules/.bin/grunt ci" }, "repository": { "type": "git", "url": "https://github.com/eugeneware/livelydb" }, "keywords": [ "live", "lively", "sync", "object.observe", "observejs", "levelup", "leveldb", "sync", "synchronize", "synchronise", "database" ], "author": "Eugene Ware <eugene@noblesamurai.com>", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/eugeneware/livelydb/issues" }, "dependencies": { "clone": "~0.1.11", "errno": "~0.1.0", "changeset": "0.0.6" }, "devDependencies": { "expect.js": "~0.2.0", "grunt-contrib-jshint": "~0.6.4", "grunt-contrib-watch": "~0.5.3", "grunt": "~0.4.1", "grunt-mocha-cli": "~1.1.0", "grunt-complexity": "~0.1.3", "grunt-cli": "~0.1.9" } }