{
  "name": "estimate-error-bar",
  "version": "1.0.0",
  "description": "Simple error bar with qualitative range bands",
  "main": "dist/estimate-error-bar.js",
  "scripts": {
    "build": "node_modules/rollup/bin/rollup -c rollup.config.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danwild/estimate-error-bar.git"
  },
  "keywords": [
    "d3",
    "visualisation",
    "vizualisation",
    "statistics"
  ],
  "author": "danwild@y7mail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/danwild/estimate-error-bar/issues"
  },
  "homepage": "https://github.com/danwild/estimate-error-bar#readme",
  "devDependencies": {
    "rollup": "^1.7.2"
  }
}
