UNPKG

sails-factory-multitenant

Version:

Simple model factory for Sails.js 1.X with multitenancy features. Based on sails-factory and inspired on Factory-Girl.

54 lines (53 loc) 1.26 kB
{ "name": "sails-factory-multitenant", "version": "0.6.4", "description": "Simple model factory for Sails.js 1.X with multitenancy features. Based on sails-factory and inspired on Factory-Girl.", "main": "index.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "https://github.com/parleycl/sails-multitenancy-factory" }, "keywords": [ "sails-factory", "sails-hook-multitenant", "multitenancy", "factory", "testing" ], "author": { "name": "Parley Company", "email": "hola@parley.cl" }, "contributors": [ { "name": "Angelo Calvo Alfaro", "email": "angelo.calvoa@gmail.com", "url": "http://www.parley.cl" }, { "name": "Alexander Magtipon", "email": "zand3rs@gmail.com" } ], "license": "MIT", "dependencies": { "@sailshq/lodash": "^3.10.3", "optional-require": "^1.0.0", "upath": "^1.0.4" }, "devDependencies": { "async": "^1.4.2", "chai": "^3.3.0", "grunt": "^0.4.5", "mocha": "^2.3.3", "node-test-helper": "^1.0.0", "sails": "^1.0.0-46", "sails-hook-orm": "^2.1.1", "waterline": "^0.13.4", "sails-disk": "^1.1.2", "sails-hook-multitenant": "^0.6.2" } }