UNPKG

waterline

Version:

An ORM for Node.js and the Sails framework

56 lines (55 loc) 1.52 kB
{ "name": "waterline", "description": "An ORM for Node.js and the Sails framework", "version": "0.15.2", "homepage": "http://waterlinejs.org", "contributors": [ { "name": "seerepo", "github": "https://github.com/balderdashy/waterline/graphs/contributors" } ], "dependencies": { "@sailshq/lodash": "^3.10.2", "anchor": "^1.2.0", "async": "2.6.4", "encrypted-attr": "1.0.6", "flaverr": "^1.9.2", "lodash.issafeinteger": "4.0.4", "parley": "^3.3.2", "rttc": "^10.0.0-1", "waterline-schema": "^1.0.0-20", "waterline-utils": "^1.3.7" }, "devDependencies": { "eslint": "4.11.0", "mocha": "3.0.2" }, "keywords": [ "mvc", "orm", "mysql", "postgresql", "redis", "mongodb", "active-record", "waterline", "sails", "sails.js" ], "repository": "git://github.com/balderdashy/waterline.git", "main": "./lib/waterline", "scripts": { "test": "nodever=`node -e \"console.log('\\`node -v\\`'[1]);\"` && if [ $nodever != \"0\" ]; then npm run lint; fi && npm run custom-tests", "custom-tests": "node ./node_modules/mocha/bin/mocha test --recursive", "lint": "node ./node_modules/eslint/bin/eslint . --max-warnings=0 --ignore-pattern 'test/'", "browserify": "rm -rf .dist && mkdir .dist && browserify lib/waterline.js -s Waterline | uglifyjs > .dist/waterline.min.js" }, "engines": { "node": ">=4" }, "bugs": { "url": "https://sailsjs.com/bugs" }, "license": "MIT" }