diff options
Diffstat (limited to 'public/bower_components/Flot/flot.jquery.json')
-rw-r--r-- | public/bower_components/Flot/flot.jquery.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/public/bower_components/Flot/flot.jquery.json b/public/bower_components/Flot/flot.jquery.json new file mode 100644 index 0000000..91ac79a --- /dev/null +++ b/public/bower_components/Flot/flot.jquery.json @@ -0,0 +1,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" + }] +} |