diff --git a/bower.json b/bower.json index 0b60d97..b619a42 100644 --- a/bower.json +++ b/bower.json @@ -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" + ] }