-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
59 lines (59 loc) · 1.28 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "serverless-plugin-existing-s3",
"version": "2.0.4",
"description": "Attach Lambda events to an existing S3 bucket, for Serverless.com 1.11.0+.",
"main": "index.js",
"homepage": "https://github.com/mayconbordin/serverless-plugin-existing-s3",
"dependencies": {},
"devDependencies": {},
"maintainers": [
{
"name": "Matt Filion",
"email": "[email protected]"
}
],
"files": [
"index.js",
"README.md",
"LICENSE",
"package.json",
"Permissions.js",
"S3.js",
"Transformer.js"
],
"contributors": [
{
"name": "Matt Filion",
"email": "[email protected]"
},
{
"name": "Justin Hart",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/mayconbordin/serverless-plugin-existing-s3"
},
"bugs": {
"url": "https://github.com/mayconbordin/serverless-plugin-existing-s3/issues"
},
"author": {
"name": "Matt Filion",
"email": "[email protected]"
},
"private": false,
"licenses": [
{
"type": "MIT",
"url": "http://github.com/jeremyosborne/packagejsonexample/blob/master/LICENSE.txt"
}
],
"keywords": [
"s3",
"event",
"notifications",
"serverless",
"serverless.com"
]
}