{
  "name": "chartist-plugin-scale-lines-and-dots",
  "version": "2.0.0",
  "description": "Chartist plugin to scale lines and dots based on chart width",
  "main": "index.js",
  "scripts": {
    "test": "karma start"
  },
  "keywords": [
    "chartist",
    "plugin",
    "scale",
    "line",
    "dot",
    "point"
  ],
  "author": "Paul Salaets <psalaets@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/psalaets/chartist-plugin-scale-lines-and-dots",
  "repository": {
    "type": "git",
    "url": "https://github.com/psalaets/chartist-plugin-scale-lines-and-dots.git"
  },
  "devDependencies": {
    "chartist": "^0.9.7",
    "karma": "^0.13.22",
    "karma-phantomjs-launcher": "^1.0.0",
    "karma-tap": "^1.0.4",
    "karma-webpack": "^1.7.0",
    "phantomjs-prebuilt": "^2.1.7",
    "tape": "^4.5.1",
    "webpack": "^1.13.0"
  },
  "peerDependencies": {
    "chartist": ">= 0.9.7 < 1"
  }
}
