forked from Daniel-t/node-red-contrib-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.13 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
{
"name": "node-red-contrib-aws",
"version": "0.3.2",
"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"
},
"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",
"rds"
],
"node-red": {
"nodes": {
"AWS EC2": "EC2.js",
"AWS Kinesis": "Kinesis.js",
"AWS Lambda": "Lambda.js",
"AWS S3": "S3.js",
"AWS DynamoDB": "Dynamodb.js",
"AWS SNS": "SNS.js",
"AWS SQS": "SQS.js",
"AWS RDS": "RDS.js",
"AWS Iot": "Iot.js",
"AWS IotData": "IotData.js",
"AWS KMS": "KMS.js",
"AWS ES": "ES.js",
"amazon config": "config.js"
}
},
"author": {
"name": "daniel-t",
"email": "[email protected]"
},
"maintainers": [
{
"name": "daniel-t",
"email": "[email protected]"
}
]
}