sails-hook-better-sequelize
Version:
Sails hook for sequelize ORM
33 lines (32 loc) • 648 B
JSON
{
"name": "sails-hook-better-sequelize",
"version": "1.2.0",
"description": "Sails hook for sequelize ORM",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/sublime93/sails-hook-sequelize.git"
},
"sails": {
"isHook": true
},
"keywords": [
"sail",
"hook",
"sequelize",
"orm"
],
"author": "Jordan Vohwinkel <jvohwinkel@gmail.com>",
"license": "MIT",
"dependencies": {
"sequelize": "^6.5.1",
"to": "^0.2.9",
"update": "^0.7.4"
}
}