123456789101112131415161718192021222324252627 |
- {
- "name": "flot",
- "version": "0.8.2",
- "title": "Flot",
- "author": {
- "name": "Ole Laursen",
- "url": "https://github.com/OleLaursen"
- },
- "licenses": [{
- "type": "MIT",
- "url": "http://github.com/flot/flot/blob/master/LICENSE.txt"
- }],
- "dependencies": {
- "jquery": ">=1.2.6"
- },
- "description": "Flot is a pure JavaScript plotting library for jQuery, with a focus on simple usage, attractive looks and interactive features.",
- "keywords": ["plot", "chart", "graph", "visualization", "canvas", "graphics"],
- "homepage": "http://www.flotcharts.org",
- "docs": "http://github.com/flot/flot/blob/master/API.md",
- "demo": "http://www.flotcharts.org/flot/examples/",
- "bugs": "http://github.com/flot/flot/issues",
- "maintainers": [{
- "name": "David Schnur",
- "email": "dnschnur@gmail.com",
- "url": "http://github.com/dnschnur"
- }]
- }
|