level-lively
Version:
Levelup/Leveldb implementation of LivelyDb for doing real-time data binding of a database with local javascript objects.
47 lines (46 loc) • 1.11 kB
JSON
{
"name": "level-lively",
"version": "0.0.1",
"description": "Levelup/Leveldb implementation of LivelyDb for doing real-time data binding of a database with local javascript objects.",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/grunt ci"
},
"repository": {
"type": "git",
"url": "https://github.com/eugeneware/level-lively"
},
"keywords": [
"live",
"lively",
"sync",
"object.observe",
"observejs",
"levelup",
"leveldb",
"synchronize",
"synchronise",
"database"
],
"author": "Eugene Ware <eugene@noblesamurai.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/eugeneware/level-lively/issues"
},
"dependencies": {
"clone": "~0.1.11",
"changeset": "0.0.6",
"livelydb": "0.0.2"
},
"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",
"level": "~0.18.0",
"rimraf": "~2.2.5"
}
}