hapi-sql-fork
Version:
A sequelize plugin for hapi.js
42 lines (41 loc) • 795 B
JSON
{
"name": "hapi-sql-fork",
"version": "0.1.3",
"description": "A sequelize plugin for hapi.js",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/tgilbert/hapi-sql.git"
},
"keywords": [
"hapi",
"hapijs",
"hapi-sequelize",
"sequelize",
"mysql",
"slq",
"mariadb",
"sqllite",
"mssql",
"orm"
],
"author": "Thomas Gilbert",
"license": "MIT",
"bugs": {
"url": "https://github.com/tgilbert/hapi-sql/issues"
},
"homepage": "https://github.com/tgilbert/hapi-sql",
"dependencies": {
"hoek": "^2.11.0",
"mysql": "^2.5.4",
"sequelize": "^2.0.3"
},
"devDependencies": {
"code": "^1.3.0",
"hapi": "^8.1.0",
"lab": "^5.2.1"
}
}