Skip to content

Instantly share code, notes, and snippets.

@robkuz
Created December 14, 2011 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robkuz/1476528 to your computer and use it in GitHub Desktop.
Save robkuz/1476528 to your computer and use it in GitHub Desktop.
our new package.json for our command line tool
{
"author": "robert kuzelj <robert@capitalize.org>",
"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