node-red-contrib-twitter-follow
Version:
32 lines (31 loc) • 736 B
JSON
{
"name": "node-red-contrib-twitter-follow",
"version": "0.0.8",
"description": "Twitter Follow API",
"main": "twitter.js",
"repository": {
"type": "git",
"url": "git+https://github.com/n0bisuke/node-red-contrib-twitter-follow.git"
},
"scripts": {
"git-push": "git add -A && git commit -m 'update' && git push origin master",
"test": "echo \"Error: no test specified\" && exit 1"
},
"node-red": {
"nodes": {
"Follow": "./nodes/follow/follow.js",
"FollowEvent": "./nodes/followevent/followevent.js"
}
},
"keywords": [
"twitter",
"api",
"follow",
"node-red"
],
"author": "n0bisuke",
"license": "Apache 2.0",
"dependencies": {
"twitter": "^1.7.1"
}
}