{
  "name": "dsh",
  "title": "dsh",
  "version": "1.0.1",
  "homepage": "https://github.com/infusion/node-dsh",
  "bugs": "https://github.com/infusion/node-dsh/issues",
  "description": "A shell written in JavaScript",
  "keywords": ["shell", "terminal", "cli", "console"],
  "author": "Robert Eisele <robert@xarg.org> (http://www.xarg.org/)",
  "main": "dsh",
  "readmeFilename": "README.md",
  "license": "MIT OR GPL-2.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/infusion/node-dsh.git"
  },
  "engines": {
    "node": "*"
  },
  "dependencies": {
    "keypress": "*",
    "line-by-line": "*"
  },
  "devDependencies": {
      "gps.js": "*",
      "serialport": "*",
      "mysql": "*"
  }
}
