node-red-contrib-twitter
Version:
NodeRED nodes to wrap the v1.1 of the Twitter API
41 lines (40 loc) • 923 B
JSON
{
"name": "node-red-contrib-twitter",
"version": "1.1.3",
"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": [
{
"name": "Stephen Keep",
"email": "Stephen.Keep@redant.com"
}
],
"keywords": [
"node-red",
"contrib-twitter",
"twitter",
"redconnect"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/redconnect-io/node-red-contrib-twitter"
},
"dependencies": {
"twitter": "^1.2.5"
},
"node-red": {
"nodes": {
"twitter-search": "twitter-search.js",
"twitter-favorite": "twitter-favorite.js",
"twitter-user": "twitter-user.js",
"twitter-client": "twitter-client.js"
}
}
}