{
  "name": "dtree",
  "version": "0.0.7",
  "description": "Command-line tool to view the dependency tree of any module. ",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/RP-3/dtree.git"
  },
  "keywords": [
    "dependency",
    "tree",
    "node",
    "module"
  ],
  "author": "RP-3 && JoshWyatt",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/RP-3/dtree/issues"
  },
  "homepage": "https://github.com/RP-3/dtree",
  "dependencies": {
    "ascii-tree": "^0.1.1",
    "chalk": "^0.5.1",
    "colors": "^0.6.2",
    "prompt": "^0.2.13"
  },
  "preferGlobal": "true",
  "bin": {
    "dtree": "index.js"
  },
  "devDependencies": {
    "should": "^4.0.4"
  }
}
