UNPKG

api-gateway-policy-gen

Version:

A Policy Generator for API Gateway Custom Authorizers

41 lines (40 loc) 1.06 kB
{ "name": "api-gateway-policy-gen", "version": "1.0.1", "description": "A Policy Generator for API Gateway Custom Authorizers", "main": "index.js", "directories": { "lib": "src", "test": "test" }, "scripts": { "lint": "eslint .", "test": "npm run test:unit", "test:unit": "istanbul cover _mocha test -- -R spec --recursive" }, "repository": { "type": "git", "url": "git+https://github.com/ACloudGuru/api-gateway-policy-gen.git" }, "keywords": [ "AWS", "APIGateway", "Serverless" ], "author": "John McKim <johncmckim@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/ACloudGuru/api-gateway-policy-gen/issues" }, "homepage": "https://github.com/ACloudGuru/api-gateway-policy-gen#readme", "devDependencies": { "chai": "^3.5.0", "eslint": "^3.6.0", "eslint-config-standard": "^6.2.0", "eslint-plugin-node": "^2.1.2", "eslint-plugin-promise": "^3.0.0", "eslint-plugin-standard": "^2.0.1", "istanbul": "^0.4.5", "mocha": "^3.0.2" } }