{
  "name": "chartist-plugin-zoom",
  "description": "Zoom Plugin for Chartist.js",
  "version": "0.6.0",
  "author": "Hannes Kamecke",
  "homepage": "https://gionkunz.github.io/chartist-js/plugins.html",
  "repository": {
    "type": "git",
    "url": "https://github.com/hansmaad/chartist-plugin-zoom.git"
  },
  "bugs": {
    "url": "https://github.com/hansmaad/chartist-plugin-zoom/issues"
  },
  "keywords": [
    "chartist",
    "plugin"
  ],
  "files": [
    "dist",
    "LICENSE",
    "package.json",
    "README.md"
  ],
  "main": "dist/chartist-plugin-zoom.js",
  "browser": "dist/chartist-plugin-zoom.js",
  "licenses": [
    {
      "type": "WTFPL",
      "url": "https://github.com/gionkunz/chartist-plugin-pointlabels/blob/master/LICENSE"
    }
  ],
  "dependencies": {},
  "devDependencies": {
    "chartist": "~0.9.7",
    "grunt": "^0.4.5",
    "grunt-cli": "^1.3.2",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-copy": "^0.7.0",
    "grunt-contrib-jasmine": "~0.8.1",
    "grunt-contrib-jshint": "~0.10.0",
    "grunt-contrib-uglify": "^0.6.0",
    "grunt-newer": "^0.8.0",
    "grunt-umd": "~2.2.1",
    "http-server": "^0.12.0",
    "jasmine-jquery": "~2.0.6",
    "jshint-stylish": "~1.0.0",
    "load-grunt-config": "^0.16.0",
    "time-grunt": "^1.0.0"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "scripts": {
    "test": "grunt test",
    "build": "grunt build",
    "start": "http-server"
  },
  "config": {
    "src": "src",
    "dist": "dist",
    "tmp": ".tmp",
    "test": "test"
  }
}
