UNPKG

restify-model

Version:

'A surprisingly useful model/collection adapter that builds routes and handles CRUD operations (Create, Read, Update and Delete). Works with any custom database adapter (Postgres, MySQL, MongoDB, etc.).'

47 lines (46 loc) 1.11 kB
{ "name": "restify-model", "version": "0.3.2", "description": "'A surprisingly useful model/collection adapter that builds routes and handles CRUD operations (Create, Read, Update and Delete). Works with any custom database adapter (Postgres, MySQL, MongoDB, etc.).'", "main": "index.js", "scripts": { "test": "node test/test.js" }, "devDependencies": { "gulp": "^3.9.0", "gulp-jsbeautifier": "^1.0.1", "gulp-nodemon": "^2.0.6", "mongoose": "^4.1.7", "restify": "^4.0.3" }, "author": "Greg Sabia Tucker", "license": "MIT", "directories": { "test": "test" }, "dependencies": { "assert-plus": "^0.2.0" }, "repository": { "type": "git", "url": "https://github.com/baseprime/restify-model.git" }, "keywords": [ "restify", "rest", "model", "crud", "express", "grapnel", "postgres", "mongodb", "mongoose", "mysql", "nested", "middleware" ], "bugs": { "url": "https://github.com/baseprime/restify-model/issues" }, "homepage": "https://github.com/baseprime/restify-model#readme" }