blue-prod-util-mvcsloader
Version:
Load models, controllers, services, policies and config from specified directories and inject them into the main blue-prod app.
54 lines (53 loc) • 1.28 kB
JSON
{
"name": "blue-prod-util-mvcsloader",
"version": "0.0.2",
"description": "Load models, controllers, services, policies and config from specified directories and inject them into the main blue-prod app.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/EMSA-TECHNOLOGY/blue-prod-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",
"blue-prod"
],
"author": "Vu Do",
"contributors": [
{
"name": "Vu Do",
"email": "vudv@emsa-technology.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/EMSA-TECHNOLOGY/blue-prod-util-mvcsloader/issues"
},
"homepage": "https://github.com/EMSA-TECHNOLOGY/blue-prod-util-mvcsloader",
"dependencies": {
"async": "^0.9.0",
"include-all": "0.1.6",
"lodash": "^3.5.0",
"blue-prod-build-dictionary": "0.0.1",
"blue-prod-util": "0.0.1"
}
}