Skip to content

Commit

Permalink
authors -> contributors, and dependencies updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Puzrin committed Jan 21, 2013
1 parent 403a8bb commit 4c7e90c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -220,11 +220,13 @@ console.dir(args);
Details in [original sub-commands guide](http://docs.python.org/dev/library/argparse.html#sub-commands) Details in [original sub-commands guide](http://docs.python.org/dev/library/argparse.html#sub-commands)




Author Contributors
====== ============


[Eugene Shkuropat](https://github.com/shkuropat) - [Eugene Shkuropat](https://github.com/shkuropat)
- [Paul Jacobson](https://github.com/hpaulj)


[others](https://github.com/nodeca/argparse/graphs/contributors)


License License
======= =======
Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -5,7 +5,7 @@
"keywords" : ["cli", "parser", "argparse", "option", "args"], "keywords" : ["cli", "parser", "argparse", "option", "args"],
"homepage" : "https://github.com/nodeca/argparse", "homepage" : "https://github.com/nodeca/argparse",


"author" : "Eugene Shkuropat <e.shkuropat@gmail.com>", "contributors" : ["Eugene Shkuropat", "Paul Jacobson"],


"bugs" : { "url": "https://github.com/nodeca/argparse/issues" }, "bugs" : { "url": "https://github.com/nodeca/argparse/issues" },
"license" : { "type": "MIT", "url": "https://github.com/nodeca/argparse/blob/master/LICENSE" }, "license" : { "type": "MIT", "url": "https://github.com/nodeca/argparse/blob/master/LICENSE" },
Expand All @@ -18,9 +18,9 @@
}, },


"dependencies" : { "dependencies" : {
"underscore" : "~1.3.3", "underscore" : "~1.4.3",
"underscore.string" : "~2.1.1" "underscore.string" : "~2.3.1"
}, },
"devDependencies" : { "mocha": "~1.2.1" }, "devDependencies" : { "mocha": "~1.8.1" },
"engines" : { "node": ">= 0.6.0" } "engines" : { "node": ">= 0.6.0" }
} }

0 comments on commit 4c7e90c

Please sign in to comment.