28 lines
837 B
JSON
28 lines
837 B
JSON
{
|
|
"name": "flot",
|
|
"version": "0.8.3",
|
|
"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"
|
|
}]
|
|
}
|