UNPKG

sails-hook-multitenant

Version:

A multi tenancy ORM hook to transform Waterline ORM into Multitenant ORM for Sails.js 1.X

33 lines (32 loc) 703 B
{ "name": "sails-hook-multitenant", "version": "0.6.2", "description": "A multi tenancy ORM hook to transform Waterline ORM into Multitenant ORM for Sails.js 1.X", "main": "index.js", "sails": { "isHook": true }, "devDependencies": { "sails": "^1.0.0-46", "waterline": "^0.13.4", "lodash": ">=4.17.13", "eslint": ">=4.18.2" }, "license": "MIT", "keywords": [ "Sails.js", "Waterline", "Nodejs", "ORM", "Multitenant", "Multitenancy" ], "author": { "name": "Angelo Calvo Alfaro", "email": "angelo.calvoa@gmail.com" }, "repository" : { "type" : "git" , "url" : "https://github.com/acalvoa/sails-hook-multitenant" } }