-
Notifications
You must be signed in to change notification settings - Fork 0
/
flot.jquery.json
27 lines (27 loc) · 837 Bytes
/
flot.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"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"
}]
}