@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
24 lines (23 loc) • 572 B
JSON
{
"name": "sails-hook-before-orm",
"version": "0.1.0",
"description": "Test Hook for sails-util-micro-apps loading before orm",
"main": "index.js",
"author": "Emmanuel Mahuni",
"keywords": [
"sails",
"sails.js",
"sails-hook",
"loader",
"mvc",
"hook"
],
"dependencies": {
"sails": "~1.0.2",
"sails-util-micro-apps": "file:../..",
"sails-hook-before-hook-test": "this package.json will never be used for installation coz it's for sails to go thru and use installable hooks only"
},
"sails": {
"isHook": true
}
}