From 218178bfaa347437f7cb8237a27d64d668f02e10 Mon Sep 17 00:00:00 2001 From: jfmdev Date: Tue, 21 Jul 2015 10:59:32 +0000 Subject: [PATCH] Register in Bower --- bower.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..a4d1010 --- /dev/null +++ b/bower.json @@ -0,0 +1,19 @@ +{ + "name": "jqSimpleConnect", + "version": "1.0.0", + "authors": [ + "JFMDev" + ], + "description": "A lightweight JavaScript library which allows to visually connect elements in a web page", + "main": "source/jqSimpleConnect.js", + "keywords": [ + "jquery", + "library", + "connect", + "plugin", + "diagram", + "flow" + ], + "license": "LGPLv3", + "homepage": "https://github.com/jfmdev/jqsimpleconnect" +}