imgur-cli
Version:
Upload images to imgur
27 lines (26 loc) • 528 B
JSON
{
"name": "imgur-cli",
"version": "0.7.0",
"description": "Upload images to imgur",
"bin": {
"imgur": "./bin/imgur"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/technowar/Imgur-CLI"
},
"keywords": [
"Imgur"
],
"author": "Johmel Rey Pintor",
"license": "MIT",
"dependencies": {
"commander": "^2.9.0",
"copy-paste": "^1.1.4",
"node-notifier": "^4.4.0",
"request": "^2.67.0"
}
}