Created
December 14, 2011 13:15
-
-
Save robkuz/1476528 to your computer and use it in GitHub Desktop.
our new package.json for our command line tool
This file contains 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
{ | |
"author": "robert kuzelj <[email protected]>", | |
"name": "capitalize", | |
"description": "capitalizes and decapitalizes a string", | |
"version": "0.2.0", | |
"homepage": "www.capitalize.org", | |
"repository": | |
{ | |
"url": "" | |
}, | |
"main": "main.js", | |
"engines": | |
{ | |
"node": "~0.6.0" | |
}, | |
"dependencies": {}, | |
"devDependencies": {}, | |
"bin" : | |
{ | |
"cap" : "./bin/cap.js" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment