Skip to content

Commit

Permalink
Merge pull request #123 from drwoods/master
Browse files Browse the repository at this point in the history
add missing dependencies for several individual node-red-node-* packages
  • Loading branch information
knolleary committed Apr 22, 2015
2 parents 72873e7 + f359049 commit 29cfcd0
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 2 deletions.
1 change: 1 addition & 0 deletions aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version" : "0.0.1",
"description" : "A Node-RED node to watch, save and retreive files from an Amazon S3 bucket",
"dependencies" : {
"aws-sdk": "^2.0.15",
"minimatch": "2.0.4"
},
"repository" : {
Expand Down
2 changes: 2 additions & 0 deletions box/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"version" : "0.0.3",
"description" : "Node-RED nodes to watch, download and save files to Box",
"dependencies" : {
"minimatch": "^1.0.0",
"request":"~2.40.0"
},
"repository" : {
"type":"git",
Expand Down
1 change: 1 addition & 0 deletions delicious/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version" : "0.0.1",
"description" : "A Node-RED node to save bookmarks to Delicious",
"dependencies" : {
"request":"~2.40.0"
},
"repository" : {
"type":"git",
Expand Down
1 change: 1 addition & 0 deletions fitbit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version" : "0.0.2",
"description" : "Node-RED nodes that get information from a Fitbit",
"dependencies" : {
"oauth":"~0.9.11"
},
"repository" : {
"type":"git",
Expand Down
2 changes: 2 additions & 0 deletions foursquare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"version" : "0.0.2",
"description" : "Node-RED nodes to talk to Foursquare and Swarm",
"dependencies" : {
"oauth":"~0.9.11",
"request":"~2.40.0"
},
"repository" : {
"type":"git",
Expand Down
6 changes: 4 additions & 2 deletions google/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
"version" : "0.0.2",
"description" : "A set of Node-RED nodes to access various Google services",
"dependencies" : {
"minimatch": "2.0.4"
},
"clone": "0.1.11",
"minimatch": "2.0.4",
"request":"~2.40.0"
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-web-nodes/tree/master/google"
Expand Down
2 changes: 2 additions & 0 deletions instagram/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"version" : "0.0.3",
"description" : "Node-RED nodes that get photos from Instagram",
"dependencies" : {
"request":"~2.40.0",
"instagram-node":"0.5.1"
},
"repository" : {
"type":"git",
Expand Down
2 changes: 2 additions & 0 deletions jawboneup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"version" : "0.0.2",
"description" : "A Node-RED node to retrieve workout information from Jawbone.",
"dependencies" : {
"oauth":"~0.9.11",
"request":"~2.40.0"
},
"repository" : {
"type":"git",
Expand Down
1 change: 1 addition & 0 deletions strava/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version" : "0.0.3",
"description" : "A Node-RED node to get your activity from Strava",
"dependencies" : {
"request":"~2.40.0"
},
"repository" : {
"type":"git",
Expand Down
2 changes: 2 additions & 0 deletions tfl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"version" : "0.0.1",
"description" : "Node-RED nodes to interrogate Transport-for-London (TfL) transport APIs for bus and Undergroound information",
"dependencies" : {
"request":"~2.40.0",
"xml2js":"0.4.4"
},
"repository" : {
"type":"git",
Expand Down

0 comments on commit 29cfcd0

Please sign in to comment.