node-red-contrib-twitter-2.0
Version:
NodeRED nodes to wrap the v1.1 of the Twitter API
43 lines (42 loc) • 1.12 kB
JSON
{
"name": "node-red-contrib-twitter-2.0",
"version": "1.1.5",
"description": "NodeRED nodes to wrap the v1.1 of the Twitter API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"predev": "npm i -g",
"dev": "node-red -v"
},
"author": "Stephen Keep",
"contributors": [
"Stephen Keep <Stephen.Keep@redant.com>"
],
"keywords": [
"node-red",
"contrib-twitter",
"twitter",
"redconnect"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/redconnect-io/node-red-contrib-twitter.git"
},
"dependencies": {
"twitter": "^1.2.5"
},
"node-red": {
"nodes": {
"twitter-search": "twitter-search.js",
"twitter-favorite": "twitter-favorite.js",
"twitter-retweet": "twitter-retweet.js",
"twitter-user": "twitter-user.js",
"twitter-client": "twitter-client.js"
}
},
"bugs": {
"url": "https://github.com/redconnect-io/node-red-contrib-twitter/issues"
},
"homepage": "https://github.com/redconnect-io/node-red-contrib-twitter#readme"
}