forked from Meterius/serverless-aws-auto-resource-names
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 677 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 677 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "serverless-aws-auto-resource-names",
"version": "0.2.3",
"description": "plugin for the serverless framework which generates and inserts autogenerated aws resource names",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Meterius/serverless-aws-auto-resource-names.git"
},
"author": "Jonah Leander Hoff",
"license": "MIT",
"bugs": {
"url": "https://github.com/Meterius/serverless-aws-auto-resource-names/issues"
},
"homepage": "https://github.com/Meterius/serverless-aws-auto-resource-names#readme",
"dependencies": {
"change-case": "^3.1.0"
}
}