{ "name": "jugglingdb", "description": "ORM for every database: redis, mysql, neo4j, mongodb, couchdb, postgres, sqlite", "version": "0.2.0-33", "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": "make test", "prepublish": "make build" }, "man": [ "./docs/man/jugglingdb.3", "./docs/man/schema.3", "./docs/man/model.3", "./docs/man/hooks.3", "./docs/man/validations.3", "./docs/man/roadmap.3", "./docs/man/changelog.3" ], "engines": [ "node >= 0.6" ], "devDependencies": { "semicov": "*", "should": "~1.2.2", "mocha": "~1.8.2" }, "dependencies": { "async": "latest", "inflection": "~1.2.5" } }