Skip to content

Commit 54cda07

Browse files
committed
update package.json
1 parent 63315e1 commit 54cda07

File tree

1 file changed

+40
-25
lines changed

1 file changed

+40
-25
lines changed

package.json

Lines changed: 40 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,43 @@
11
{
2-
"name" : "node-red-node-cf-cloudant",
3-
"version" : "0.2.14",
4-
"description" : "A Node-RED node to access a Cloudant database on Bluemix",
5-
"dependencies" : {
6-
"cfenv" : "1.0.0",
7-
"cloudant": "1.0.0-beta3"
2+
"name": "node-red-node-cf-cloudant",
3+
"version": "0.2.15",
4+
"description": "A Node-RED node to access Cloudant and couchdb databases",
5+
"dependencies": {
6+
"cfenv": "1.0.0",
7+
"cloudant": "1.4.*"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/lgfa29/node-red-node-cf-cloudant.git"
12+
},
13+
"license": "Apache-2.0",
14+
"keywords": [
15+
"node-red",
16+
"cloudant",
17+
"couchdb",
18+
"bluemix"
19+
],
20+
"node-red": {
21+
"nodes": {
22+
"cloudant-cf": "77-cloudant-cf.js"
23+
}
24+
},
25+
"author": {
26+
"name": "Luiz Gustavo Ferraz Aoqui",
27+
"email": "[email protected]"
28+
},
29+
"contributors": [
30+
{
31+
"name": "Túlio Pascoal"
832
},
9-
"repository" : {
10-
"type" : "git",
11-
"url" : "https://hub.jazz.net/git/laoqui2/node-red-node-cf-cloudant"
12-
},
13-
"license" : "Apache",
14-
"keywords" : [ "node-red", "cloudant", "bluemix" ],
15-
"node-red" : {
16-
"nodes" : {
17-
"cloudant-cf" : "77-cloudant-cf.js"
18-
}
19-
},
20-
"author" : {
21-
"name" : "Luiz Gustavo Ferraz Aoqui",
22-
"email": "[email protected]"
23-
},
24-
"contributors" : [
25-
{ "name": "Túlio Pascoal" },
26-
{ "name": "Igor Leão" }
27-
]
33+
{
34+
"name": "Igor Leão"
35+
}
36+
],
37+
"maintainers": [
38+
{
39+
"name": "luiz_aoqui",
40+
"email": "[email protected]"
41+
}
42+
]
2843
}

0 commit comments

Comments
 (0)