{
  "name": "trees",
  "description": "library of handy tree and graph functions",
  "version": "0.0.4",
  "homepage": "https://github.com/dominictarr/trees",
  "repository": "git://github.com/dominictarr/trees.git",
  "author": "Dominic Tarr <dominic.tarr@gmail.com>",
  "main": "./trees.js",
  "directories": {
    "lib": "."
  },
  "dependencies":{
    "traverser": "0.0.x"
  , "style": "0.1.x"
  , "should": ">=0.0.4"
  },
  "devDependencies":{
    "synct": "1"
  },
  "scripts": {
    "test": "expresso test/*.js"
  },
  "engines": {
    "node": ">=0.2.0"
  }
}
