forked from jamietre/ImageMapster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
31 lines (31 loc) · 900 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
{
"name": "ImageMapster",
"version": "1.2.5",
"homepage": "https://github.com/jamietre/ImageMapster",
"description": "ImageMapster activates the areas in HTML imagemaps so you can highlight and select them. It has lots of other features for manual control, tooltips, resizing, and more. It is designed to be compatiable with every common platform, and is tested with Internet Explorer 6-10, Firefox 3.0+, Safari, Opera, and Chrome. It works on mobile devices and doesn't use Flash.",
"main": "dist/jquery.imagemapster.js",
"keywords": [
"jquery",
"imagemapster",
"activate",
"area",
"html"
],
"authors": [
"James Treworgy <jamie@outsharked.com>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"build",
"examples",
"src"
],
"dependencies": {
"jquery": "latest"
}
}