UNPKG

rob

Version:
45 lines (44 loc) 913 B
{ "name": "rob", "version": "0.0.7", "description": "Autosaving objects for redis", "main": "index.js", "scripts": { "test": "make test" }, "files": [ "index.js", "README.md", "LICENSE" ], "repository": { "type": "git", "url": "git://github.com/relekang/node-rob.git" }, "keywords": [ "redis", "autosave", "autosaving", "objects", "datastore" ], "author": "Rolf Erik Lekang <me@rolflekang.com> (http://rolflekang.com/)", "license": "MIT", "bugs": { "url": "https://github.com/relekang/node-rob/issues" }, "homepage": "https://github.com/relekang/node-rob", "dependencies": { "bluebird": "^2.3.2", "lodash": "^2.4.1", "redis": "^0.12.1" }, "devDependencies": { "bailey": "0.0.13", "chai": "^1.9.1", "coveralls": "^2.11.1", "istanbul": "^0.3.0", "mocha": "^1.21.4", "should": "^4.0.4" } }