123456789101112131415161718192021222324252627 |
- { "name" : "cli",
- "description" : "A tool for rapidly building command line apps",
- "version" : "0.6.6",
- "homepage" : "http://github.com/chriso/cli",
- "keywords" : ["cli","command line","opts","parseopt","opt","args","console","argsparse","optparse","daemon","autocomplete","command","autocompletion"],
- "author" : "Chris O'Hara <cohara87@gmail.com>",
- "main" : "cli.js",
- "bugs": {
- "mail": "cohara87@gmail.com",
- "url": "http://github.com/chriso/cli/issues"
- },
- "repository": {
- "type": "git",
- "url": "http://github.com/chriso/cli.git"
- },
- "dependencies": {
- "glob": "~ 3.2.1",
- "exit": "0.1.2"
- },
- "contributors": [
- { "name": "Douglas Meyer", "github": "https://github.com/DouglasMeyer" }
- ],
- "engines": { "node": ">=0.2.5" },
- "licenses": [{
- "type": "MIT"
- }]
- }
|