Add missing Bower package values

Values from package.json
pull/1/head
Nick Schonning 13 years ago
parent 0147811776
commit f849daa090

@ -1,8 +1,29 @@
{
"name": "Flot",
"version": "0.9.0-alpha",
"main": "jquery.flot.js",
"dependencies": {
"jquery": ">= 1.2.6"
}
"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"
]
}

Loading…
Cancel
Save