forked from lgfa29/node-red-node-cf-cloudant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 816 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
42
43
{
"name": "node-red-node-cf-cloudant",
"version": "0.2.16",
"description": "A Node-RED node to access Cloudant and couchdb databases",
"dependencies": {
"cfenv": "1.0.0",
"cloudant": "1.4.*"
},
"repository": {
"type": "git",
"url": "https://github.com/lgfa29/node-red-node-cf-cloudant.git"
},
"license": "Apache-2.0",
"keywords": [
"node-red",
"cloudant",
"couchdb",
"bluemix"
],
"node-red": {
"nodes": {
"cloudant-cf": "77-cloudant-cf.js"
}
},
"author": {
"name": "Luiz Gustavo Ferraz Aoqui",
"email": "[email protected]"
},
"contributors": [
{
"name": "Túlio Pascoal"
},
{
"name": "Igor Leão"
}
],
"maintainers": [
{
"name": "luiz_aoqui",
"email": "[email protected]"
}
]
}