UNPKG

orm

Version:

NodeJS Object-relational mapping

87 lines (86 loc) 1.73 kB
{ "author": "Diogo Resende <dresende@thinkdigital.pt>", "name": "orm", "description": "NodeJS Object-relational mapping", "keywords": [ "orm", "odm", "database", "mysql", "postgres", "redshift", "sqlite", "mongodb" ], "version": "5.0.3", "license": "MIT", "homepage": "http://dresende.github.io/node-orm2", "repository": "http://github.com/dresende/node-orm2.git", "contributors": [ { "name": "Bramus Van Damme", "email": "bramus@bram.us" }, { "name": "Lorien Gamaroff", "email": "lorien@gamaroff.org" }, { "name": "preslavrachev" }, { "name": "Chris Cowan", "email": "me@chriscowan.us" }, { "name": "Paul Dixon", "email": "paul.dixon@mintbridge.co.uk" }, { "name": "David Kosub" }, { "name": "Arek W", "email": "arek01@gmail.com" }, { "name": "Joseph Gilley", "email": "joe.gilley@gmail.com" }, { "name": "Benjamin Pannell", "email": "admin@sierrasoftworks.com" } ], "main": "./lib/ORM", "scripts": { "test": "make test" }, "engines": { "node": ">= 4.0.0" }, "analyse": false, "dependencies": { "async": "2.6.1", "bluebird": "3.5.1", "enforce": "0.1.7", "hat": "0.0.3", "lodash": "^4.17.11", "path-is-absolute": "1.0.1", "sql-ddl-sync": "0.3.14", "sql-query": "0.1.27" }, "devDependencies": { "chalk": "2.4.1", "glob": "7.1.2", "mocha": "5.2.0", "mongodb": "1.4.10", "mysql": "2.15.0", "pg": "7.4.3", "semver": "5.5.0", "should": "13.2.1", "sinon": "7.2.3", "sqlite3": "4.0.1" }, "optionalDependencies": {} }