Skip to content
This repository has been archived by the owner on Oct 20, 2018. It is now read-only.

Commit

Permalink
Merge branch 'release/0.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Rod Waldhoff committed Apr 25, 2012
2 parents a6f3424 + f17b088 commit bff9142
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,10 +1,10 @@
{
"name" : "named-parameters" ,
"description" : "A small and simple utility for working with named parameters. (Inspired by optimist.)",
"keywords" : [ "named parameters", "named arguments", "option parser", "arguments", "parameters", "validation", "defaults" ],
"description" : "A small and simple utility for working with named parameters. (I.e., for using maps as function arguments, rather than arrays.) Inspired by optimist.",
"keywords" : [ "named parameters", "named arguments", "option parser", "arguments", "function", "method", "argument", "parameter" "associative array", "validation", "defaults" ],
"homepage" : "https://www.github.com/rodw/named-parameters",
"repository" : {"type": "git", "url": "git://github.com/rodw/named-parameters.git"},
"bugs" : "https://github.com/rodw/phony/issues",
"bugs" : "https://github.com/rodw/named-parameters/issues",
"author" : "Rod Waldhoff (https://www.github.com/rodw/)",
"version" : "0.0.1" ,
"main" : "lib/named-parameters.js",
Expand Down

0 comments on commit bff9142

Please sign in to comment.