forked from joeartsea/node-red-contrib-aws
-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
69 lines (69 loc) · 1.54 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
60
61
62
63
64
65
66
67
68
69
{
"name": "node-red-contrib-aws",
"version": "0.7.0",
"description": "A collection of Node-RED nodes for AWS. Includes nodes for DynamoDB, EC2, IoT, Kinesis, Lambda, SNS, SQS and S3.",
"dependencies": {
"aws-sdk": "2",
"proxy-agent": "3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/daniel-t/node-red-contrib-aws"
},
"license": "Apache",
"keywords": [
"node-red",
"aws",
"ec2",
"kinesis",
"lamdba",
"s3",
"sqs",
"sns",
"dynamodb",
"iot",
"es",
"ecs",
"polly",
"rekognition",
"firehose",
"tagging",
"rds",
"redshift"
],
"node-red": {
"nodes": {
"AWS EC2": "EC2.js",
"AWS Kinesis": "Kinesis.js",
"AWS Lambda": "Lambda.js",
"AWS S3": "S3.js",
"AWS DynamoDB": "DynamoDB.js",
"AWS DynamoDB Converter": "DynamoDBConvert.js",
"AWS SNS": "SNS.js",
"AWS SQS": "SQS.js",
"AWS RDS": "RDS.js",
"AWS Firehose": "Firehose.js",
"AWS Iot": "Iot.js",
"AWS IotData": "IotData.js",
"AWS KMS": "KMS.js",
"AWS ES": "ES.js",
"AWS Tagging": "ResourceGroupsTaggingAPI.js",
"Rekognition": "Rekognition.js",
"Polly": "Polly.js",
"AWS ECS": "ECS.js",
"AWS Redshift": "Redshift.js",
"AWS Route53": "Route53.js",
"amazon config": "config.js"
}
},
"author": {
"name": "daniel-t",
"email": "[email protected]"
},
"maintainers": [
{
"name": "daniel-t",
"email": "[email protected]"
}
]
}