-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 817 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
{
"author": {
"name": "Kieran Dolan",
"email": "DOLANKIE@uk.ibm.com"
},
"contributors": [
{
"name": "Andreas Wittig",
"email": "andreas@widdix.de"
},
{
"name": "Sebastian Rojo",
"email": "sebastian.rojo@sapian.com.co"
}
],
"bundleDependencies": [],
"dependencies": {
"aws-sdk": "^2.1149.0",
"dotenv": "^16.0.1",
"proxy-agent": "^5.0.0",
"when": "3.7.8"
},
"deprecated": false,
"description": "Advanced implementation of the node-red storage API for AWS S3",
"keywords": [
"node-red",
"storage",
"AWS",
"S3"
],
"license": "Apache-2.0",
"main": "s3storage.js",
"name": "@sapianco/node-red-contrib-storage-s3",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.2"
}