{
  "name": "sunburst",
  "version": "2.0.0",
  "description": "For a given tree builds an SVG based SunBurst diagram",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "make-demo": "browserify demo/dom/index.js > demo/dom/build/domburst.js"
  },
  "keywords": [
    "sunburst",
    "svg"
  ],
  "author": "Andrei Kashcha",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/anvaka/sunburst"
  }
}
