{
  "author": "Leeroy Brun, Aumard Jimmy, Shawn Dao",
  "bugs": {
    "url": "https://github.com/newoceaninfosys/sails-util-mvcsloader/issues"
  },
  "contributors": [
    "Leeroy Brun <leeroy.brun@gmail.com>",
    "Aumard Jimmy",
    "Shawn Dao <sang.dao@newoceaninfosys.com>"
  ],
  "dependencies": {
    "async": "^0.9.0",
    "include-all": "^4.0.3",
    "lodash": "^3.5.0",
    "colors": "^1.3.3"
  },
  "description": "Load models, controllers, services, policies and config from specified directories and inject them into the main Sails app.",
  "devDependencies": {},
  "directories": {
    "example": "example"
  },
  "homepage": "https://github.com/newoceaninfosys/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"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    "jaumard <jimmy.aumard@gmail.com>",
    "leeroy <leeroy.brun@gmail.com>",
    "shawn <sang.dao@newoceaninfosys.com>"
  ],
  "name": "@nois/sails-util-mvcsloader",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/newoceaninfosys/sails-util-mvcsloader.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "0.8.0"
}
