gist-put
Version:
A convenient command line utility for gists
38 lines (37 loc) • 763 B
JSON
{
"name": "gist-put",
"version": "0.5.1",
"description": "A convenient command line utility for gists",
"main": "index.js",
"scripts": {
"test": ". tests/smoke.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/AWinterman/gist-put.git"
},
"keywords": [
"gist",
"command",
"line",
"github",
"gist.github.com",
"gist integration",
"utility"
],
"author": "Andrew Winterman",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "bbccbdf90b61ca9f211e0d7fff1d53aca65cb649",
"dependencies": {
"request": "~2.20.0",
"ap": "~0.2.0",
"temp": "~0.5.0",
"open": "0.0.3",
"nopt": "^2.2.0"
},
"preferGlobal": "true",
"bin": {
"gist-put": "gist-put"
}
}