UNPKG

aws-api-client

Version:

A JavaScript module to consume AWS API Gateway endpoints. This is the same code generated by AWS, but packaged to be used as ES6 modules compatible with bundlers like Webpack.

42 lines (41 loc) 1.07 kB
{ "name": "aws-api-client", "version": "1.1.0", "description": "A JavaScript module to consume AWS API Gateway endpoints. This is the same code generated by AWS, but packaged to be used as ES6 modules compatible with bundlers like Webpack.", "main": "lib/index.js", "scripts": { "test": "mocha test", "prepublish": "./node_modules/.bin/babel apigateway --out-dir lib" }, "repository": { "type": "git", "url": "git+https://github.com/pfernandom/aws-api-client.git" }, "keywords": [ "aws", "aws-api-gateway", "aws-sdk" ], "author": "Pedro Marquez", "license": "Apache", "bugs": { "url": "https://github.com/pfernandom/aws-api-client/issues" }, "homepage": "https://github.com/pfernandom/aws-api-client#readme", "dependencies": { "axios": "^0.16.1" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.24.1", "babel-preset-es2015": "^6.24.1", "crypto-js": "^3.1.9-1", "mocha": "^3.2.0", "should": "^11.2.1" }, "babel": { "presets": [ "es2015" ] } }