forked from RafPe/serverless-reqvalidator-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 747 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
{
"name": "serverless-reqvalidator-plugin",
"version": "1.0.2",
"description": "Serverless plugin for setting request validation",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RafPe/serverless-reqvalidator-plugin.git"
},
"keywords": [
"serverless",
"plugin",
"requestvalidator"
],
"author": "RafPe < me@rafpe.ninja >",
"contributors": [
"pj035 pm.jaecks@gmail.com (http://pjaecks.de)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/RafPe/serverless-reqvalidator-plugin/issues"
},
"homepage": "https://github.com/RafPe/serverless-reqvalidator-plugin#readme"
}