diff --git a/bower.json b/bower.json index 6e63dc3..143f5f9 100644 --- a/bower.json +++ b/bower.json @@ -1,4 +1,10 @@ { "name": "flot.curvedlines", - "version": "0.6.0" + "version": "0.6.0", + "main": "curvedLines.js", + "authors": [ + "Michael Zinsmaier" + ], + "license": "MIT", + "ignore": [".gitignore","flot","tests",".project","example.js","exampleFillMultiAxis.js","exampleFit.js","exampleFlotWithDates.js","exampleThreshold.js"] }