-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathbower.json
40 lines (40 loc) · 823 Bytes
/
bower.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": "image-map",
"version": "2.0.1",
"author": {
"name": "Travis Clarke",
"email": "[email protected]",
"url": "https://www.travismclarke.com/"
},
"description": "Response, dynamic image maps",
"main": "image-map.min.js",
"keywords": [
"image",
"map",
"image map",
"image-map",
"responsive",
"responsive image map",
"responsive image-map",
"jquery-plugin",
"ecosystem:jquery"
],
"repository": {
"type": "git",
"url": "https://github.com/clarketm/image-map"
},
"bugs": {
"url": "https://github.com/clarketm/image-mapissues"
},
"license": "Apache-2.0",
"homepage": "https://www.travismclarke.com",
"ignore": [
"**/.*",
"node_modules",
"test",
"tests"
],
"dependencies": {
"jquery": "^3.1.0"
}
}