{ "name": "jugglingdb", "description": "ORM for every database: redis, mysql, neo4j, mongodb, couchdb, postgres, sqlite", "version": "0.2.0", "author": "Anatoliy Chakkaev ", "contributors": [ { "name": "Anatoliy Chakkaev", "email": "rpm1602@gmail.com" }, { "name": "Julien Guimont", "email": "julien.guimont@gmail.com" }, { "name": "Joseph Junker", "email": "joseph.jnk@gmail.com" }, { "name": "Henri Bergius", "email": "henri.bergius@iki.fi" }, { "name": "redvulps", "email": "fabopereira@gmail.com" }, { "name": "Felipe Sateler", "email": "fsateler@gmail.com" }, { "name": "Amir M. Mahmoudi", "email": "a@geeknux.com" }, { "name": "Justinas Stankevičius", "email": "justinas@justinas.me" }, { "name": "Rick O'Toole", "email": "patrick.n.otoole@gmail.com" }, { "name": "Nicholas Westlake", "email": "nicholasredlin@gmail.com" } ], "repository": { "type": "git", "url": "https://github.com/1602/jugglingdb" }, "main": "index.js", "scripts": { "test": "EXCEPT=cradle,neo4j,nano nodeunit test/*_test*" }, "engines": [ "node >= 0.4.12" ], "dependencies": { "node-uuid": ">= 1.3.3", "lodash": "1.x.x" }, "devDependencies": { "semicov": "*", "coffee-script": ">= 1.2.0", "nodeunit": ">= 0.6.4", "redis": "= 0.7.2", "hiredis": "latest", "mongoose": "latest", "mysql": ">= 2.0.0-alpha3", "pg": "= 0.7.2", "sqlite3": ">= 2.0.18", "riak-js": ">= 0.4.1", "neo4j": ">= 0.2.5", "mongodb": ">= 0.9.9", "felix-couchdb": ">= 1.0.3", "cradle": ">= 0.6.3", "nano": "3.3.x" } }