forked from Daniel-t/node-red-contrib-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (101 loc) · 2.6 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"_from": "node-red-contrib-aws@0.7.0",
"_id": "node-red-contrib-aws@0.7.0",
"_inBundle": false,
"_integrity": "sha512-CfN8sOSbNwwVPcUn4T/m+rGDZZ7sqZY3WYDY+uMb+PnDWenEz0IhtM+Ki02haTqK1wkDmA2/yJPiCoWhxqatyg==",
"_location": "/node-red-contrib-aws",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "node-red-contrib-aws@0.7.0",
"name": "node-red-contrib-aws",
"escapedName": "node-red-contrib-aws",
"rawSpec": "0.7.0",
"saveSpec": null,
"fetchSpec": "0.7.0"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/node-red-contrib-aws/-/node-red-contrib-aws-0.7.0.tgz",
"_shasum": "f69d562d208108ae054abd4c3af36d24c83c2ab6",
"_spec": "node-red-contrib-aws@0.7.0",
"_where": "/home/pi/.node-red",
"author": {
"name": "daniel-t",
"email": "daniel@networklighthouse.com"
},
"bugs": {
"url": "https://github.com/daniel-t/node-red-contrib-aws/issues"
},
"bundleDependencies": false,
"dependencies": {
"aws-sdk": "2",
"proxy-agent": "^5.0.0"
},
"deprecated": false,
"description": "A collection of Node-RED nodes for AWS. Includes nodes for DynamoDB, EC2, IoT, Kinesis, Lambda, SNS, SQS and S3.",
"homepage": "https://github.com/daniel-t/node-red-contrib-aws#readme",
"keywords": [
"node-red",
"aws",
"ec2",
"kinesis",
"lamdba",
"s3",
"sqs",
"sns",
"sts",
"dynamodb",
"iot",
"es",
"ecs",
"polly",
"rekognition",
"firehose",
"tagging",
"rds",
"redshift"
],
"license": "Apache",
"maintainers": [
{
"name": "daniel-t",
"email": "daniel@networklighthouse.com"
}
],
"name": "node-red-contrib-aws",
"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 STS": "STS.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"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/daniel-t/node-red-contrib-aws.git"
},
"version": "0.7.0"
}