-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 895 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
{
"name": "serverless-apigw-ws-binary",
"version": "0.0.1",
"description": "Adds contenting handling to websockets.",
"main": "index.js",
"scripts": {
"test": "none"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maciejtreder/serverless-apigw-binary.git"
},
"keywords": [
"serverless",
"serverless-plugin",
"amazon",
"binary",
"types",
"support",
"gateway",
"aws",
"lambda",
"websocket"
],
"author": "Evan Schalton <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/EvanSchalton/serverless-apigw-ws-binary/issues"
},
"homepage": "https://github.com/EvanSchalton/serverless-apigw-ws-binary",
"engines": {
"node": ">=4.0"
},
"devDependencies": {
"serverless": "^1.26.1"
}
}