forked from jqPlot/jqPlot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 963 Bytes
/
package.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
{
"name": "jqplot",
"version": "1.0.9",
"description": "jqPlot is a plotting and charting plugin for the jQuery Javascript framework. jqPlot produces beautiful line, bar and pie charts with many features.",
"author": "Chris Leonello <[email protected]>",
"contributors": [
{
"name": "Paul Pritchard",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/jqPlot/jqPlot"
},
"bugs": {
"url": "https://github.com/jqPlot/jqPlot/issues"
},
"keywords": [
"plotting",
"charting",
"graphing"
],
"devDependencies": {
"grunt": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-compress": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-cssmin": "*",
"grunt-jslint": "*",
"grunt-contrib-uglify": "*",
"grunt-git-revision": "*",
"grunt-natural-docs": "^1.0.1"
},
"license": "(MIT AND GPL-2.0)"
}