From 286e54e10c3ed839e86b7d2def37577c4ffbca5c Mon Sep 17 00:00:00 2001 From: neveldo Date: Sun, 4 Jan 2015 16:38:21 +0100 Subject: [PATCH] Added package.json file --- package.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..4313f84 --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ + "name": "jquery-mapael", + "version": "1.0.0", + "description": "jQuery Mapael is a jQuery plugin based on raphael.js that allows you to display dynamic vector maps.", + "homepage": "http://www.vincentbroute.fr/mapael/", + "main": "./js/jquery.mapael.js", + "repository": { + "type": "git", + "url": "https://github.com/neveldo/jQuery-Mapael.git" + }, + "author": "Vincent Brouté (http://www.vincentbroute.fr/)", + "license": "MIT", + "bugs": { + "url": "https://github.com/neveldo/jQuery-Mapael/issues" + }, + "keywords": [ + "jquery", + "map", + "vector", + "svg", + "dataviz", + "dynamic", + "jquery-plugin", + "browser" + ] +}