forked from jqPlot/jqPlot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jqPlot.jquery.json
39 lines (39 loc) · 1020 Bytes
/
jqPlot.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
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "jqPlot",
"title": "Pure JavaScript plotting plugin for jQuery",
"description": "jqPlot is a plotting and charting plugin for the jQuery Javascript framework. jqPlot produces beautiful line, bar and pie charts with many features.",
"keywords": [
"plotting",
"charting",
"graphing"
],
"version": "1.0.9",
"author": {
"name": "Chris Leonello",
"url": "http://http://www.jqplot.com/info.php"
},
"maintainers": [
{
"name": "Paul Pritchard",
"email": "jqplotdev@gmail.com",
"url": "http://jqplot.com"
}
],
"licenses": [
{
"type": "GPL",
"url": "http://www.jqplot.com/docs/files/gpl-2-0-txt.html"
},
{
"type": "MIT",
"url": "http://www.jqplot.com/docs/files/MIT-LICENSE-txt.html"
}
],
"bugs": "https://github.com/jqPlot/jqPlot/issues",
"homepage": "http://jqplot.com",
"docs": "http://www.jqplot.com/docs/",
"download": "http://jqplot.com/download/",
"dependencies": {
"jquery": ">=1.4"
}
}