From 651a834643f954b9192d36999667b1cbc52c2c37 Mon Sep 17 00:00:00 2001 From: neveldo Date: Thu, 27 Nov 2014 22:39:57 +0100 Subject: [PATCH] Added bower.json file --- 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 0000000000..4d1118f908 --- /dev/null +++ b/bower.json @@ -0,0 +1,13 @@ +{ + "name": "neveldo/jQuery-Mapael", + "version": "0.7.1", + "main": "./js/jquery.mapael.js", + "description": "jQuery Mapael is a jQuery plugin based on raphael.js that allows you to display dynamic vector maps.", + "license": "MIT", + "ignore": [], + "dependencies": { + "raphael": ">=2.1.2", + "jquery": ">=1.9.0", + "jquery-mousewheel": ">=3.1.6" + } +} \ No newline at end of file