You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
thingsboard-flot/bower.json

34 lines
643 B
JSON

{
"name": "Flot",
"version": "0.9.0-alpha",
"main": "jquery.flot.js",
"dependencies": {
"jquery": ">= 1.2.6"
},
"homepage": "https://github.com/flot/flot",
"authors": [
"Ole Laursen"
],
"keywords": [
"chart",
"plot",
"graph",
"visualization",
"canvas",
"graphics"
],
"description": "Flot is a pure JavaScript plotting library for jQuery, with a focus on simple usage, attractive looks and interactive features.",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"examples",
"*.md",
"*.json",
"*.txt"
]
}