Skip to content

Instantly share code, notes, and snippets.

@allenhwkim
Created October 4, 2016 20:57
Show Gist options
  • Save allenhwkim/f5c2369be9f9b2841ca6e84ec746d45d to your computer and use it in GitHub Desktop.
Save allenhwkim/f5c2369be9f9b2841ca6e84ec746d45d to your computer and use it in GitHub Desktop.
{
"name": "nodecmd",
"version": "0.0.3",
"description": "A command-line tool for creating command line tol",
"main": "index.js",
"bin": {
"snippet": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"co": "^4.6.0",
"co-prompt": "^1.0.0",
"commander": "^2.9.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment