{
  "name": "@motardo/bar-chart",
  "version": "1.1.0",
  "description": "Create a bar chart SVG",
  "main": "index.js",
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Motardo/bar-chart.git"
  },
  "keywords": [
    "bar",
    "chart",
    "svg",
    "barchart"
  ],
  "author": "Nathan Wilson <nswilson@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Motardo/bar-chart/issues"
  },
  "homepage": "https://github.com/Motardo/bar-chart#readme",
  "devDependencies": {
    "chai": "^4.1.0",
    "eslint": "^4.2.0",
    "eslint-config-google": "^0.9.1",
    "express": "^4.15.3",
    "mocha": "^3.4.2"
  }
}
