{
  "name": "ceibo",
  "version": "2.0.0",
  "description": "Ceibo is a JavaScript micro library to model trees that evaluate arbitrary code when accessing its nodes.",
  "homepage": "https://github.com/san650/ceibo#readme",
  "bugs": "https://github.com/san650/ceibo/issues",
  "main": "index.js",
  "scripts": {
    "test": "testem ci"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/san650/ceibo.git"
  },
  "keywords": [
    "data structure",
    "tree"
  ],
  "author": "Santiago Ferreira",
  "license": "MIT",
  "devDependencies": {
    "qunitjs": "^1.20.0",
    "testem": "^1.1.0"
  }
}
