memlively
Version:
Pure memory implementation of LivelyDb for doing real-time data binding of a database with local javascript objects.
48 lines (47 loc) • 1.08 kB
JSON
{
"name": "memlively",
"version": "0.0.2",
"description": "Pure memory 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/memlively"
},
"keywords": [
"live",
"lively",
"sync",
"object.observe",
"observejs",
"levelup",
"leveldb",
"sync",
"synchronize",
"synchronise",
"database",
"mem",
"memory"
],
"author": "Eugene Ware <eugene@noblesamurai.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/eugeneware/memlively/issues"
},
"dependencies": {
"livelydb": "0.0.2",
"clone": "~0.1.11",
"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"
}
}