2016-01-18 14:38:43 +00:00
|
|
|
{
|
|
|
|
"name": "hapi-sequelize-crud",
|
2016-07-13 06:56:46 +00:00
|
|
|
"version": "2.4.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": {
|
2016-07-05 21:47:01 +00:00
|
|
|
"pre-commit": "npm run lint && npm run build"
|
2016-01-19 06:38:27 +00:00
|
|
|
}
|
|
|
|
},
|
2016-01-18 14:38:43 +00:00
|
|
|
"scripts": {
|
2016-06-30 13:58:02 +00:00
|
|
|
"lint": "eslint src test",
|
2016-07-05 21:47:01 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"build": "scripty",
|
|
|
|
"watch": "scripty"
|
2016-01-18 14:38:43 +00:00
|
|
|
},
|
|
|
|
"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": {
|
2016-07-05 21:47:01 +00:00
|
|
|
"babel-cli": "^6.10.1",
|
|
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
|
|
|
"babel-plugin-closure-elimination": "^1.0.6",
|
|
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
|
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.10.3",
|
|
|
|
"babel-preset-stage-1": "^6.5.0",
|
2016-06-30 13:58:02 +00:00
|
|
|
"eslint": "2.10.2",
|
2016-07-09 05:11:23 +00:00
|
|
|
"eslint-config-pichak": "1.1.0",
|
2016-01-18 14:38:43 +00:00
|
|
|
"ghooks": "1.0.3",
|
2016-07-05 21:47:01 +00:00
|
|
|
"scripty": "^1.6.0"
|
2016-01-18 14:38:43 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-05-24 13:35:38 +00:00
|
|
|
"babel": "5.8.3",
|
2016-06-30 04:27:44 +00:00
|
|
|
"boom": "^3.2.2",
|
2016-01-20 09:17:47 +00:00
|
|
|
"joi": "7.2.1",
|
|
|
|
"lodash": "4.0.0"
|
2016-01-18 14:38:43 +00:00
|
|
|
}
|
|
|
|
}
|