52ad030d0d
fix(associations): fix association queries, must use `include` instead of ForeignKey fix(error): error decorator was missing await, which prevented it from catching errors fix(error): console.error the error refactor(crud): don't use `request.models[name]`, use the model directly chore: README added
26 lines
657 B
JSON
26 lines
657 B
JSON
{
|
|
"name": "hapi-sequelize-crud",
|
|
"version": "1.1.0",
|
|
"description": "Hapi plugin that automatically generates RESTful API for CRUD",
|
|
"main": "build/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"git": "https://github.com/mdibaiee/hapi-sequelize-crud"
|
|
},
|
|
"author": "Mahdi Dibaiee <mdibaiee@aol.com> (http://dibaiee.ir/)",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"babel": "5.8.3",
|
|
"ghooks": "1.0.3",
|
|
"grunt": "0.4.5",
|
|
"grunt-babel": "5.0.3",
|
|
"grunt-contrib-clean": "0.7.0",
|
|
"grunt-contrib-watch": "0.6.1"
|
|
},
|
|
"dependencies": {
|
|
"joi": "7.2.1"
|
|
}
|
|
}
|