droplr-cli
Version:
Simple command-line droplr utility
32 lines (31 loc) • 820 B
JSON
{
"name": "droplr-cli",
"version": "1.0.5",
"description": "Simple command-line droplr utility",
"keywords": [
"droplr",
"droplr cli"
],
"homepage": "https://github.com/mikerogne/droplr-cli",
"repository": {
"type": "git",
"url": "https://github.com/mikerogne/droplr-cli"
},
"main": "index.js",
"dependencies": {
"chalk": "^2.4.1",
"commander": "^2.19.0",
"droplr-api": "git+https://github.com/Droplr/droplr-js.git#7cc54bf1c8a567e487cd3395c2f5d55ea0add971",
"moment": "^2.22.2",
"xdg-basedir": "^3.0.0"
},
"devDependencies": {},
"bin": {
"droplr": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mike Rogne <mike@infinitywebcreations.com> (https://github.com/mikerogne)",
"license": "MIT"
}