{
  "name": "sails-hook-annotations",
  "version": "1.1.2",
  "description": "Add annotations support for Sails.js applications",
  "main": "index.js",
  "scripts": {
    "test": "mocha test"
  },
  "keywords": [
    "sails",
    "sailsjs",
    "annotation",
    "annotations",
    "policy",
    "route"
  ],
  "author": "Konstantin Zolotarev <konstantin.zolotarev@gmail.com>",
  "license": "MIT",
  "readmeFilename": "README.md",
  "repository": {
    "type": "git",
    "url": "https://github.com/konstantinzolotarev/sails-hook-annotations.git"
  },
  "dependencies": {
    "async": "^1.2.1",
    "conga-annotations": "^0.1.8",
    "glob": "^5.0.10",
    "lodash": "^3.9.3"
  },
  "sails": {
    "isHook": true
  },
  "devDependencies": {
    "chai": "^3.0.0",
    "mocha": "^2.2.5",
    "sails": "^0.11.0",
    "supertest": "^1.0.1"
  }
}
