{
  "name": "flotjs",
  "version": "0.1.3",
  "description": "Flot is a pure JavaScript plotting library, with a focus on simple usage, attractive looks and interactive features.",
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/flot/flot/blob/master/LICENSE.txt"
    }
  ],
  "main": "flot.js",
  "scripts": {
    "build": "uglifyjs flot.js -c -o flot.min.js -m --comments /@preserve/",
    "bundle": "uglifyjs dom-tools.js EventEmitter.js flot.js -c -o flot.bundle.min.js -m --comments /@preserve/",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dennisduong/flot.git"
  },
  "keywords": [
    "plot",
    "chart",
    "graph",
    "visualization",
    "canvas",
    "graphics",
    "flot",
    "pie"
  ],
  "author": {
    "name": "Ole Laursen",
    "url": "https://github.com/OleLaursen"
  },
  "contributors": [
    {
      "name": "David Schnur",
      "email": "dnschnur@gmail.com",
      "url": "http://github.com/dnschnur"
    },
    {
      "name": "Dennis Duong",
      "email": "dennis.duong@hotmail.com"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dennisduong/flot/issues"
  },
  "homepage": "https://github.com/dennisduong/flot#readme",
  "devDependencies": {
    "uglify-js": "^2.6.1"
  },
  "peerDependencies": {
    "dom-tools": "^0.1.1",
    "wolfy87-eventemitter": "^4.3.0"
  }
}
