UNPKG

@vph-garage/sails-interfuser

Version:

Automizing injection of your [custom Sails.JS] hook's MVC logics (models, controllers, helpers, services, config, policies, views, and assets) from the hook's directory [presuming default structure], or specified directories, into the end-product, Sails.J

74 lines (73 loc) 1.87 kB
{ "name": "@vph-garage/sails-interfuser", "version": "2.0.0", "description": "Automizing injection of your [custom Sails.JS] hook's MVC logics (models, controllers, helpers, services, config, policies, views, and assets) from the hook's directory [presuming default structure], or specified directories, into the end-product, Sails.JS powered invention of yours!", "keywords": [ "sails hook loader", "sails plugins system", "plugins", "sails", "sails-hook", "hook", "loader", "mvc", "hook-models", "hook-controllers", "hook-services", "hook-config", "hook-policies", "models", "controllers", "services", "config", "helpers", "micro-app", "micro-service", "mini", "micro", "policies" ], "homepage": "https://git.v-g.xyz/vph-garage/sails-interfuser", "bugs": { "url" : "https://git.v-g.xyz/vph-garage/sails-interfuser/-/issues", "email" : "chp@vitualizergalaxy.xyz" }, "license": "MIT", "contributors": [ { "name": "Captain Husayn Penguin", "email": "chp@vitualizergalaxy.xyz" }, { "name": "Emmanuel Mahuni", "email": "emahuni@gmail.com" } ], "repository": { "type": "git", "url": "git+https://github.com/emahuni/sails-util-micro-apps.git" }, "main": "index.js", "deprecated": false, "bundleDependencies": false, "dependencies": { "async": "^0.9.0", "decache": "^4.4.0", "include-all": "^4.0.3", "lodash": "^4.17.11", "sails-build-dictionary": "^0.10.1", "sails-util": "^0.10.6" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { "chai": "^4.1.2", "lineno": "^0.1.0", "mocha": "^5.2.0", "proxy-addr": "^2.0.4", "sails": "^1.0.2", "contrace": ">0.7", "sails-hook-orm": "^2.1.0" } }