UNPKG

sails-util-mvcsloader

Version:

Load models, controllers, services, policies and config from specified directories and inject them into the main Sails app.

56 lines (55 loc) 1.34 kB
{ "name": "sails-util-mvcsloader", "version": "0.4.0", "description": "Load models, controllers, services, policies and config from specified directories and inject them into the main Sails app.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/leeroybrun/sails-util-mvcsloader" }, "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", "policies" ], "author": "Leeroy Brun, Aumard Jimmy", "contributors": [ { "name": "Leeroy Brun", "email": "leeroy.brun@gmail.com" }, { "name": "Aumard Jimmy" } ], "license": "MIT", "bugs": { "url": "https://github.com/leeroybrun/sails-util-mvcsloader/issues" }, "homepage": "https://github.com/leeroybrun/sails-util-mvcsloader", "dependencies": { "async": "^0.9.0", "include-all": "^0.1.6", "lodash": "^3.5.0", "sails-build-dictionary": "^0.10.1", "sails-util": "^0.10.6" } }