1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-21 11:37:07 +00:00
Files
go-inbucket/themes/bootstrap/public/bower_components/jquery-sparkline/sparkline.jquery.json
James Hillyerd 5e15300d02 Bowerize more components
- Move jquery-color into bower
- Move jquery-sparklines into bower
- Make swaks-tests/run-tests.sh discover its directory
- Update _base.html public resource includes to /public
2016-02-26 21:57:15 -08:00

35 lines
952 B
JSON

{
"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"
}
}