forked from O-Hahn/node-red-contrib-objectstore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 900 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
39
40
41
{
"name": "node-red-contrib-objectstore",
"version": "0.0.30",
"description": "Node-Red Nodes for IBM Bluemix Object Storage service.",
"main": "objstore.js",
"repository": {
"type": "git",
"url": "git@github.com:O-Hahn/node-red-contrib-objectstore"
},
"keywords": [
"ibm",
"node-red",
"bluemix",
"object",
"storage",
"openstack",
"object storage"
],
"author": {
"name": "Olaf Hahn",
"email": "olaf@fam-hahn.com"
},
"license": "Apache-2.0",
"node-red" : {
"nodes": {
"objstore": "objstore.js"
}
},
"bugs": {
"url": "https://github.com/O-Hahn/node-red-contrib-objectstore/issues"
},
"dependencies": {
"bluebird": "^3.3.3",
"request":"latest",
"es6-error": "latest",
"is-utf8": "latest",
"fs": "latest",
"fs-extra": "latest",
"node-uuid": "latest"
}
}