forked from neveldo/jQuery-Mapael
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 988 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "jquery-mapael",
"version": "2.1.0",
"description": "jQuery Mapael is a jQuery plugin based on raphael.js that allows you to display dynamic vector maps.",
"homepage": "https://www.vincentbroute.fr/mapael/",
"main": "./js/jquery.mapael.js",
"repository": {
"type": "git",
"url": "https://github.com/neveldo/jQuery-Mapael.git"
},
"author": "Vincent Brouté <contact@vincentbroute.fr> (https://www.vincentbroute.fr/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/neveldo/jQuery-Mapael/issues"
},
"keywords": [
"jquery",
"map",
"vector",
"svg",
"dataviz",
"dynamic",
"jquery-plugin",
"browser"
],
"dependencies": {
"jquery": "^3.0",
"raphael": "^2.2",
"jquery-mousewheel": "^3.1"
},
"devDependencies": {
"grunt": "^1.0",
"grunt-contrib-jshint": "^1.0",
"grunt-contrib-qunit": "^1.2",
"grunt-contrib-uglify": "^2.0"
},
"scripts": {
"test": "grunt test"
}
}