Created
October 4, 2016 20:57
-
-
Save allenhwkim/f5c2369be9f9b2841ca6e84ec746d45d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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