forked from spring-media/aws-lambda-router
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 815 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 815 Bytes
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
{
"name": "aws-lambda-router",
"version": "0.6.1",
"description": "AWS lambda router",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spring-media/aws-lambda-router.git"
},
"keywords": [
"aws",
"lambda",
"apigateway",
"any",
"sns",
"router",
"routing"
],
"author": "Christian Gohlke <christian.gohlke@spring-media.de> (https://www.welt.de)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/spring-media/aws-lambda-router/issues"
},
"homepage": "https://github.com/spring-media/aws-lambda-router#readme",
"devDependencies": {
"gulp": "4.0",
"gulp-jasmine": "4.0.0",
"jasmine": "3.3.1",
"proxyquire": "2.1.0"
}
}