-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
32 lines (32 loc) · 858 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
{
"name": "aws-serverless-koa",
"version": "1.0.2",
"description": "This library enables you to utilize AWS Lambda and Amazon API Gateway to respond to web and API requests using the Koa.js application framework",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/compwright/aws-serverless-koa.git"
},
"keywords": [
"koa",
"serverless",
"aws",
"lambda",
"api",
"gateway",
"middleware",
"event"
],
"author": "Jonathon Hill <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/compwright/aws-serverless-koa/issues"
},
"homepage": "https://github.com/compwright/aws-serverless-koa#readme",
"dependencies": {
"aws-serverless-express": "^3.3.8"
}
}