-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
41 lines (41 loc) · 979 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "serverless-apigw-binary",
"version": "0.4.4",
"description": "Enables binary support in AWS API Gateway service.",
"main": "src/index.js",
"scripts": {
"test": "istanbul cover mocha test/tests.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maciejtreder/serverless-apigw-binary.git"
},
"keywords": [
"serverless",
"serverless-plugin",
"amazon",
"binary",
"types",
"support",
"gateway",
"aws",
"lambda"
],
"author": "Maciej Treder <contact@maciejtreder.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/maciejtreder/serverless-apigw-binary/issues"
},
"homepage": "https://github.com/maciejtreder/serverless-apigw-binary#readme",
"engines": {
"node": ">=4.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"istanbul": "^0.4.5",
"mocha": "^3.5.0",
"serverless": "^1.26.1",
"sinon": "^3.2.1"
}
}