12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "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"
- }
- ],
- "__npminstall_done": true,
- "_from": "cli@0.6.6",
- "_resolved": "https://registry.npmmirror.com/cli/-/cli-0.6.6.tgz"
- }
|