retweet
Version:
Simple twitter-API tool to list the information about the users that retweeted a given tweet.
30 lines (29 loc) • 705 B
JSON
{
"name": "retweet",
"version": "1.2.1",
"description": "Simple twitter-API tool to list the information about the users that retweeted a given tweet.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Syl-gauthier/retweet.git"
},
"keywords": [
"twitter",
"retweet",
"retweeter",
"list"
],
"author": "Sylvain GAUTHIER <sylvain.gauthier.2012@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Syl-gauthier/retweet/issues"
},
"homepage": "https://github.com/Syl-gauthier/retweet#readme",
"dependencies": {
"twitter": "^1.7.1"
},
"devDependencies": {}
}