12345678910111213141516171819 |
- {
- "name": "argsparser",
- "description": "A tiny command line arguments parser",
- "version": "0.0.6",
- "author": "Oleg Slobodskoi <[email protected]>",
- "repository": {
- "type": "git",
- "url": "http://github.com/kof/node-argsparser.git"
- },
- "keywords": [ "arguments", "options", "command line", "parser" ],
- "engines": { "node": ">= 0.2.0" },
- "scripts": { "test": "node ./test/test.js" },
- "licenses": [
- {
- "type": "MIT",
- "url" : "http://www.opensource.org/licenses/mit-license.php"
- }
- ]
- }
|