forked from StayDistributed/amazon-api-gateway-querystring
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 667 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 667 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
{
"name": "amazon-api-gateway-querystring",
"version": "1.0.4",
"description": "Utility for parse nested parameters in query strings",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StayDistributed/amazon-api-gateway-querystring.git"
},
"keywords": [
"aws",
"api gateway",
"querystrings",
"nested params"
],
"author": "Michele Salvini",
"license": "ISC",
"bugs": {
"url": "https://github.com/StayDistributed/amazon-api-gateway-querystring/issues"
},
"homepage": "https://github.com/StayDistributed/amazon-api-gateway-querystring#readme"
}