2016-01-18 14:38:43 +00:00
|
|
|
{
|
|
|
|
"name": "hapi-sequelize-crud",
|
2016-03-10 07:18:30 +00:00
|
|
|
"version": "2.0.0",
|
2016-01-18 14:38:43 +00:00
|
|
|
"description": "Hapi plugin that automatically generates RESTful API for CRUD",
|
|
|
|
"main": "build/index.js",
|
2016-01-19 06:38:27 +00:00
|
|
|
"config": {
|
|
|
|
"ghooks": {
|
|
|
|
"pre-commit": "grunt"
|
|
|
|
}
|
|
|
|
},
|
2016-01-18 14:38:43 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"git": "https://github.com/mdibaiee/hapi-sequelize-crud"
|
|
|
|
},
|
2016-01-19 07:53:01 +00:00
|
|
|
"files": [
|
|
|
|
"build"
|
|
|
|
],
|
2016-01-18 14:38:43 +00:00
|
|
|
"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": {
|
2016-01-20 09:17:47 +00:00
|
|
|
"joi": "7.2.1",
|
|
|
|
"lodash": "4.0.0"
|
2016-01-18 14:38:43 +00:00
|
|
|
}
|
|
|
|
}
|