big twitter node update for api changes

This commit is contained in:
Nick O'Leary
2018-08-15 15:23:08 +01:00
parent e57223f1a8
commit 42cd6131b2
3 changed files with 510 additions and 298 deletions

View File

@@ -1,11 +1,10 @@
{
"name": "node-red-node-twitter",
"version": "1.0.1",
"version": "1.1.0",
"description": "A Node-RED node to talk to Twitter",
"dependencies": {
"twitter-ng": "0.6.2",
"oauth": "0.9.14",
"request": "^2.75.0"
"request": "^2.88.0"
},
"repository": {
"type": "git",
@@ -21,9 +20,12 @@
"twitter": "27-twitter.js"
}
},
"author": {
"name": "Dave Conway-Jones",
"email": "ceejay@vnet.ibm.com",
"url": "http://nodered.org"
}
"contributors": [
{
"name": "Nick O'Leary"
},
{
"name": "Dave Conway-Jones"
}
]
}