{
  "name": "jquery.flot.tooltip",
  "version": "0.9.0",
  "description": "easy-to-use tooltips for Flot charts",
  "website": "https://github.com/krzysu/flot.tooltip",
  "directories": {
    "example": "examples"
  },
  "main": "./js/jquery.flot.tooltip.js",
  "browser": "./js/jquery.flot.tooltip.js",
  "dependencies": {},
  "devDependencies": {
    "grunt": "latest",
    "grunt-contrib-jshint": "latest",
    "grunt-contrib-watch": "latest",
    "grunt-contrib-uglify": "latest",
    "grunt-contrib-concat": "latest",
    "grunt-contrib-connect": "latest"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/krzysu/flot.tooltip"
  },
  "keywords": [
    "flot",
    "tooltip"
  ],
  "authors": [
    "Krzysztof Urbas @krzysu [myviews.pl]",
    "Evan Steinkerchner @Roundaround"
  ],
  "license": "MIT",
  "readmeFilename": "README.md"
}
