UNPKG

rm

Version:

An object storage layer for Riak

47 lines (46 loc) 907 B
{ "name": "rm", "description": "An object storage layer for Riak", "version": "0.1.8", "main": "lib/rm.js", "directories": { "test": "test" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/janearc/rm.git" }, "keywords": [ "riak", "synchronous", "simple", "promises", "q", "orm", "object", "relational", "model", "sendak" ], "author": "Jane Arc <jane@cpan.org> (http://github.com/janearc)", "license": "CC0-1.0", "bugs": { "url": "https://github.com/janearc/rm/issues" }, "dependencies": { "riak-dc" : ">=0.3.1", "mocha": "*", "nock": "*", "log4js": "*", "deep-grep": ">=0.4.0", "chai": "*", "q" : "*", "chai-as-promised": "*", "sendak-usage": ">=0.0.6", "moment": ">=2.0.0" }, "homepage": "https://github.com/janearc/rm" }