From b0f4821496d41d2a71fafd31c0ca85c172c4453f Mon Sep 17 00:00:00 2001 From: Michael Zinsmaier Date: Sun, 5 Oct 2014 20:09:46 +0200 Subject: [PATCH] added some fields --- bower.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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"] }