hapi-sequelize-crud/package.json

31 lines
726 B
JSON
Raw Normal View History

{
"name": "hapi-sequelize-crud",
"version": "1.1.0",
"description": "Hapi plugin that automatically generates RESTful API for CRUD",
"main": "build/index.js",
"config": {
"ghooks": {
"pre-commit": "grunt"
}
},
"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"
}
}