From a00af55874ffc5af7864c50873dfac35ec72f82a Mon Sep 17 00:00:00 2001 From: Michael Zinsmaier Date: Sun, 5 Oct 2014 19:44:27 +0200 Subject: [PATCH] tried to setup a bower.json --- bower.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..176f75b --- /dev/null +++ b/bower.json @@ -0,0 +1,13 @@ +{ + "name": "flot.curvedlines", + "version": "0.6.0", + "main": "curvedLines.js", + "dependencies": [ + "flot": "0.8.0" + ] + "authors": [ + "Michael Zinsmaier" + ], + "license": "MIT" + "ignore": [".gitignore","flot","tests",".project"] +}