-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 957 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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "node-red-contrib-simple-aws",
"version": "0.1.7",
"description": "A simple wrapper for all AWS services",
"dependencies": {
"aws-sdk": "^2.1572.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mlconnor/node-red-contrib-simple-aws"
},
"homepage":"https://github.com/mlconnor/node-red-contrib-simple-aws",
"license": "Apache 2.0",
"keywords": [
"node-red",
"aws",
"ec2",
"kinesis",
"lamdba",
"s3",
"sqs",
"sns",
"dynamodb",
"iot",
"es",
"ecs",
"polly",
"rekognition",
"firehose",
"tagging",
"rds",
"redshift"
],
"node-red": {
"nodes": {
"Simple AWS": "simple-aws.js",
"AWS Config": "simple-aws-config.js"
}
},
"author": {
"name": "Michael Connor",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Michael Connor",
"email":"[email protected]"
}
]
}