{
  "name": "autotree",
  "version": "0.0.2",
  "description": "A tree-like container which never fails to return a branch",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "author": "Einar Otto Stangvik <einaros@gmail.com>",
  "license": "BSD",
  "devDependencies": {
    "code": "^1.4.0",
    "lab": "^5.6.1"
  },
  "dependencies": {
    "lodash": "^3.7.0"
  }
}
