UNPKG

offshore

Version:
61 lines (60 loc) 1.53 kB
{ "name": "offshore", "description": "An ORM for Node.js", "version": "1.0.4", "contributors": [ { "name": "Alexandre Tiertant", "github": "https://github.com/atiertant" } ], "dependencies": { "async": "1.5.2", "bluebird": "3.5.1", "deep-diff": "1.0.1", "lodash": "4.17.10", "switchback": "2.0.2", "prompt": "1.0.0", "offshore-validator": "~0.1.0", "offshore-criteria": "~0.1.0", "offshore-schema": "~0.1.0" }, "devDependencies": { "coveralls": "^3.0.2", "eslint": "5.0.1", "espree": "4.0.0", "istanbul": "0.4.5", "mocha": "5.2.0", "mocha-lcov-reporter": "^1.3.0", "offshore-adapter-tests": "~1.0.0", "offshore-memory": "~0.1.0", "should": "13.2.1" }, "keywords": [ "mvc", "orm", "mysql", "postgresql", "redis", "mongodb", "active-record", "offshore" ], "repository": "git://github.com/Atlantis-Software/offshore.git", "main": "./lib/offshore", "scripts": { "test": "node ./test/runner.js", "cover": "istanbul cover ./test/runner.js", "coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls", "prepublish": "npm prune", "browserify": "rm -rf .dist && mkdir .dist && browserify lib/offshore.js -s Offshore | uglifyjs > .dist/offshore.min.js", "lint": "eslint lib --reset" }, "engines": { "node": ">=4" }, "license": "MIT", "bugs": { "url": "https://github.com/Atlantis-Software/offshore/issues/new" } }