reddid
Version:
Reddit Image Downloader
36 lines (35 loc) • 773 B
JSON
{
"name": "reddid",
"version": "3.0.0",
"description": "Reddit Image Downloader",
"bin": "cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prashcr/reddid.git"
},
"keywords": [
"reddit",
"image",
"images",
"downloader",
"grabber"
],
"author": "Prashanth Chandra",
"license": "MIT",
"bugs": {
"url": "https://github.com/prashcr/reddid/issues"
},
"homepage": "https://github.com/prashcr/reddid#readme",
"dependencies": {
"async": "^1.4.2",
"chalk": "^1.1.0",
"meow": "^3.3.0",
"mime": "^1.3.4",
"request": "^2.65.0",
"sanitize-filename": "^1.6.1",
"unicode-byte-truncate": "^1.0.0"
}
}