diff options
author | Marvin Borner | 2018-07-13 19:06:45 +0200 |
---|---|---|
committer | Marvin Borner | 2018-07-13 19:06:45 +0200 |
commit | 6fcfb7c04d32e1c8b26a312295bf7ac3ec2d2ad7 (patch) | |
tree | dbc87ef16fa01d5d99116de283592b8fe5e02944 /public/bower_components/jquery-sparkline/sparkline.jquery.json | |
parent | dfd839f27146df0ad0494e11734fc7d310c70ebf (diff) |
Fixed many permissions and began admin interface
Diffstat (limited to 'public/bower_components/jquery-sparkline/sparkline.jquery.json')
-rw-r--r-- | public/bower_components/jquery-sparkline/sparkline.jquery.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/public/bower_components/jquery-sparkline/sparkline.jquery.json b/public/bower_components/jquery-sparkline/sparkline.jquery.json new file mode 100644 index 0000000..25242e6 --- /dev/null +++ b/public/bower_components/jquery-sparkline/sparkline.jquery.json @@ -0,0 +1,34 @@ +{ + "name": "sparkline", + "title": "jQuery Sparkline", + "description": "Easily generate small, inline sparkline charts directly in the browser", + "keywords": [ + "canvas", + "charts", + "graphics", + "graphing", + "graphs", + "sparklines", + "ui", + "vml" + ], + "version": "2.1.2", + "author": { + "name": "Gareth Watts", + "url": "http://gwatts.com/" + }, + "licenses": [ + { + "type": "BSD-3-Clause", + "url": "http://opensource.org/licenses/BSD-3-Clause" + } + ], + "bugs": "https://github.com/gwatts/jquery.sparkline/issues", + "homepage": "http://omnipotent.net/jquery.sparkline/", + "demo": "http://omnipotent.net/jquery.sparkline/", + "docs": "http://omnipotent.net/jquery.sparkline/#s-docs", + "download": "http://omnipotent.net/jquery.sparkline/#s-download", + "dependencies": { + "jquery": ">=1.4.3" + } +} |