Commit f849daa0 authored by Nick Schonning's avatar Nick Schonning

Add missing Bower package values

Values from package.json
parent 01478117
......@@ -4,5 +4,26 @@
"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"
]
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment