{
  "author": "Joe Ferner <joe@fernsroth.com>",
  "name": "cmdparser",
  "description": "Command parser with support for completers.",
  "keywords": [
    "parser",
    "command",
    "redis"
  ],
  "version": "0.1.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/nearinfinity/node-cmdparser.git"
  },
  "engines": {
    "node": ">=4"
  },
  "dependencies": {
    "async": "^3.2.3"
  },
  "devDependencies": {
    "mocha": "^9.2.2",
    "chai": "^4.3.6"
  },
  "scripts": {
    "test": "mocha test"
  },
  "main": "./parser.js"
}
