-
-
Notifications
You must be signed in to change notification settings - Fork 222
/
bower.json
37 lines (37 loc) · 794 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
{
"name": "image-map-resizer",
"version": "1.0.10",
"homepage": "https://github.com/davidjbradshaw/image-map-resizer",
"authors": [
"David J. Bradshaw <dave@bradshaw.net>"
],
"description": "Keep HTML Image Maps scaled to the size of an image. It detects the window being resized and updates the co-ordinates of the image map.",
"main": "js/imageMapResizer.min.js",
"keywords": [
"imagemap",
"resizer",
"responsive",
"RWD",
"fluid",
"resize",
"design"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"examples",
"*.md",
"AUTHORS.txt",
"grunt.js",
"gruntfile.js",
"package.json",
"bower.json"
],
"dependencies": {
"jquery": ">=1.7"
}
}