-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
37 lines (37 loc) · 835 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
33
34
35
36
37
{
"name": "generator-serverless-policy",
"version": "3.1.2",
"description": "Generator for the basic IAM policy to allow a user to deploy a Serverless service",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/dancrumb/generator-serverless-policy.git"
},
"files": [
"generators"
],
"keywords": [
"yeoman-generator"
],
"engines": {
"node": ">= 10.x.x"
},
"author": "Dan Rumney <[email protected]>",
"contributors": [
{
"name": "Mario Espinoza",
"email": "[email protected]",
"url": "https://github.com/mario-espinoza"
}
],
"license": "MIT",
"dependencies": {
"yeoman-generator": "^5.4.2"
},
"devDependencies": {
"git-cz": "^4.7.0"
}
}