{
  "author": "Eirik Albrigtsen <analsandblaster@gmail.com>",
  "name": "topiary",
  "description": "Prettify and shape tree structures for printing",
  "version": "1.1.2",
  "repository": {
    "type": "git",
    "url": "clux/topiary"
  },
  "keywords": [
    "npm ls",
    "tree"
  ],
  "main": "topiary.js",
  "scripts": {
    "test": "nodeunit --reporter=verbose test/*.js",
    "coverage": "jscoverage topiary.js && TOPIARY_COV=1 nodeunit --reporter=lcov test"
  },
  "dependencies": {},
  "devDependencies": {
    "nodeunit": "~0.9.0",
    "jscoverage": "~0.5.4"
  },
  "bugs": {
    "url": "http://github.com/clux/topiary/issues"
  },
  "license": "MIT"
}
