{
  "name": "barrels-as-promised",
  "version": "0.0.2",
  "description": "A Promise wrapper around the barrels utility",
  "main": "index.js",
  "scripts": {
    "pretest": "./node_modules/.bin/grunt",
    "test": "istanbul cover _mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RobinKnipe/barrels-as-promised.git"
  },
  "keywords": [
    "sails",
    "barrels",
    "Promise",
    "waterline"
  ],
  "author": "Robin Knipe <github.com/RobinKnipe>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/RobinKnipe/barrels-as-promised/issues"
  },
  "homepage": "https://github.com/RobinKnipe/barrels-as-promised#readme",
  "dependencies": {
    "barrels": "^1.6.4"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "grunt": "^1.0.1",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-copy": "^1.0.0",
    "istanbul": "^0.4.3",
    "mocha": "^2.5.3",
    "pre-commit": "^1.1.3",
    "rewire": "^2.5.1",
    "sails": "^0.12.3",
    "sails-memory": "^0.10.7",
    "should": "^9.0.2",
    "sinon": "^1.17.4",
    "sinon-chai": "^2.8.0"
  }
}
