.bower.json
873 Bytes
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
41
{
"name": "jqvmap",
"homepage": "http://jqvmap.com",
"authors": [
"JQVMap"
],
"license": "(MIT OR GPL-3.0)",
"description": "jQuery Vector Map Library",
"main": "dist/jquery.vmap.min.js",
"keywords": [
"jquery",
"map",
"svg",
"vml",
"vector"
],
"repository": {
"type": "git",
"url": "https://github.com/manifestinteractive/jqvmap.git"
},
"dependencies": {
"jquery": ">=1.11.3"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"_release": "3a45b04e09",
"_resolution": {
"type": "branch",
"branch": "master",
"commit": "3a45b04e099bdaee5152b39eef21d6568d35c86d"
},
"_source": "https://github.com/christianesperar/jqvmap.git",
"_target": "master",
"_originalSource": "https://github.com/christianesperar/jqvmap.git",
"_direct": true
}