-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 856 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": "serverless-plugin-registry",
"version": "0.0.6",
"description": "Serverless plugin to register function names with AWS SSM Parameter Store",
"main": "src/index.js",
"scripts": {
"lint": "standard src/**",
"lint:fix": "standard --fix src/**"
},
"author": "Kevin W. Sewell",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/aronim/serverless-plugin-registry.git"
},
"keywords": [
"serverless plugin registry lambdas",
"serverless registry",
"serverless plugin",
"lambda serverless",
"registry lambda",
"aws ssm"
],
"bugs": {
"url": "https://github.com/aronim/serverless-plugin-registry/issues"
},
"homepage": "https://github.com/aronim/serverless-plugin-registry",
"dependencies": {
"bluebird": "^3.5.1",
"lodash": "^4.17.10"
}
}