{
  "name": "regard",
  "version": "0.1.1",
  "description": "Sugar-interface to access multiple data sources.",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "bump:version": "echo $(node -e 'console.log(require(\"./package.json\").version);') > VERSION && cat VERSION",
    "clean": "rm sample.json test.json",
    "test": "mocha --harmony --recursive -b",
    "test:cov": "istanbul cover _mocha -- --recursive"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/enten/regard.git"
  },
  "keywords": [
    "rest",
    "webservice",
    "microserice",
    "wrapper"
  ],
  "author": "Steven Enten <steven@enten.fr>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/enten/regard/issues"
  },
  "homepage": "https://github.com/enten/regards#readme",
  "dependencies": {
    "amqplib": "^0.4.0",
    "cached-promise": "^0.1.1",
    "jsonfile": "^2.2.2",
    "lodash": "^3.10.1",
    "lru-cache": "^2.7.0",
    "monk": "^1.0.1",
    "object-hash": "^0.9.1",
    "q": "^1.4.1",
    "unirest": "^0.4.2",
    "uuid": "^2.0.1"
  },
  "devDependencies": {
    "chai": "^3.2.0",
    "easy-file": "^0.1.0",
    "istanbul-harmony": "^0.3.16",
    "mocha": "^2.3.2",
    "rest-server-mock": "^0.9.2"
  }
}
