{
  "name": "@silvermine/apigateway-utils",
  "version": "0.12.2",
  "description": "Utility functions for working with AWS API Gateway",
  "main": "src/index.js",
  "scripts": {
    "test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec 'tests/**/*.test.js'"
  },
  "author": "Jeremy Thomerson",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/silvermine/apigateway-utils.git"
  },
  "keywords": [
    "aws",
    "api gateway",
    "apigw",
    "amazon web services"
  ],
  "bugs": {
    "url": "https://github.com/silvermine/apigateway-utils/issues"
  },
  "homepage": "https://github.com/silvermine/apigateway-utils#readme",
  "peerDependencies": {
    "class.extend": ">=0.9.2 <1.0.0",
    "jwt-simple": ">=0.5.1 <1.0.0",
    "underscore": ">=1.8.3 <2.0.0",
    "uuid": ">=3.2.1 <4.0.0",
    "q": ">=1.4.1 <2.0.0"
  },
  "devDependencies": {
    "aws-sdk": "2.370.0",
    "class.extend": "0.9.2",
    "coveralls": "3.0.2",
    "eslint": "3.16.1",
    "eslint-config-silvermine": "1.4.0",
    "expect.js": "0.3.1",
    "grunt": "1.0.3",
    "grunt-eslint": "19.0.0",
    "istanbul": "0.4.5",
    "jwt-simple": "0.5.1",
    "mocha": "5.2.0",
    "mocha-lcov-reporter": "1.3.0",
    "q": "1.4.1",
    "rewire": "2.5.2",
    "sinon": "1.17.7",
    "underscore": "1.8.3",
    "uuid": "3.2.1"
  },
  "dependencies": {
    "http-status-codes": "1.3.0"
  }
}
