forked from sakazuki/node-red-contrib-storage-s3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.34 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
{
"_from": "node-red-contrib-storage-s3",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-LtSjAU8NZhduIKhvqlSQFWWMCjw=",
"_location": "/node-red-contrib-storage-s3",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "node-red-contrib-storage-s3",
"name": "node-red-contrib-storage-s3",
"escapedName": "node-red-contrib-storage-s3",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/node-red-contrib-storage-s3/-/node-red-contrib-storage-s3-0.0.4.tgz",
"_shasum": "2ed4a3014f0d66176e20a86faa549015658c0a3c",
"_spec": "node-red-contrib-storage-s3",
"_where": "/mnt/c/Users/sa_ka/work/node-red-contrib-storage-s3",
"author": {
"name": "Kieran Dolan",
"email": "[email protected]"
},
"bundleDependencies": false,
"dependencies": {
"aws-sdk": "2.4.x",
"when": "3.7.x"
},
"deprecated": false,
"description": "implementation of the node-red storage API for AWS-S3",
"keywords": [
"node-red",
"storage",
"AWS",
"S3"
],
"license": "Apache-2.0",
"main": "s3storage.js",
"name": "node-red-contrib-storage-s3",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.4"
}