{
  "name": "my-ascii-tree",
  "version": "1.0.15",
  "description": "convert indented line block to an ascii directory tree",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jianglibo/ascii-tree.git"
  },
  "keywords": [
    "ascii",
    "directory",
    "tree"
  ],
  "author": "jianglibo <jianglibo@gmail.com> (http://www.m3958.com/)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/jianglibo/ascii-tree/issues"
  },
  "homepage": "https://github.com/jianglibo/ascii-tree#readme",
  "devDependencies": {
    "chai": "^3.4.1",
    "chalk": "^1.1.1",
    "mocha": "^2.3.4"
  },
  "dependencies": {
    "through2": "^2.0.0"
  }
}
