{
  "name": "ganomede-helpers",
  "version": "1.0.6",
  "description": "Helper modules shared by ganomede microservices",
  "main": "index.js",
  "scripts": {
    "test": "./run_tests.sh",
    "testw": "make testw",
    "compile": "coffee --compile src/",
    "prepublish": "find src/ -name \"*.js\" -delete && npm run test && npm run compile"
  },
  "engines": {
    "node": ">=5",
    "npm": ">=3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/j3k0/ganomede-helpers.git"
  },
  "keywords": [
    "ganomede"
  ],
  "author": "Jean-Christophe Hoelt <hoelt@fovea.cc>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/j3k0/ganomede-helpers/issues"
  },
  "dependencies": {
    "superagent": "^1.2.0"
  },
  "peerDependencies": {
    "restify": ">=2",
    "authdb": "^0"
  },
  "homepage": "https://github.com/j3k0/ganomede-helpers",
  "devDependencies": {
    "authdb": "^0",
    "bunyan": "^1.8.5",
    "coffee-script": "~1.8.0",
    "coffeelint": "~1.6.1",
    "expect.js": "~0.3.1",
    "lodash": "^4.11.0",
    "mocha": "~2.0.1",
    "restify": ">=2",
    "supertest": "^1.0.1"
  }
}
