Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers committed Feb 7, 2012
1 parent e08a123 commit d2aeea0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name" : "string-format",
"description" : "Adds a `format` method to `String.prototype`. Inspired by Python's `str.format()`.",
"keywords" : ["string", "formatting", "language", "util"],
"homepage" : "https://github.com/davidchambers/string-format",
"bugs" : "https://github.com/davidchambers/string-format/issues",
"repository" : {"type": "git", "url": "https://github.com/davidchambers/string-format"},
"author" : "David Chambers <[email protected]>",
"main" : "string-format.js",
"version" : "0.1.0"
}

0 comments on commit d2aeea0

Please sign in to comment.