UNPKG

jugglingdb

Version:

Node.js ORM for every database: redis, mysql, mongodb, postgres, sqlite, ...

94 lines (93 loc) 2.44 kB
{ "name": "jugglingdb", "description": "Node.js ORM for every database: redis, mysql, mongodb, postgres, sqlite, ...", "version": "2.0.1", "author": "Anatoliy Chakkaev <rpm1602@gmail.com>", "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": "main.js", "scripts": { "test": "mocha --bail --reporter spec --check-leaks test/", "test-babel": "mocha --compilers js:babel-register --bail --reporter spec --check-leaks test/", "prepublish": "make build", "test-coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter landing --no-exit --check-leaks test/", "test-ci-babel": "node_modules/mocha/bin/_mocha --compilers js:babel-register --reporter spec --check-leaks test/", "test-ci-native": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" }, "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": { "babel-cli": "^6.11.4", "babel-preset-es2015": "^6.9.0", "babel-register": "^6.11.5", "eslint": "^3.2.0", "eslint-config-1602": "^1.2.0", "expect": "^1.20.2", "istanbul": "^0.4.4", "jshint": "2.9.2", "mocha": "2.5.3", "should": "9.0.2" }, "dependencies": { "inflection": "=1.2.7", "when": "3.7.3" }, "license": "MIT", "jshintConfig": { "proto": true } }