Skip to content

Commit 1de4991

Browse files
committed
add package.json for jQuery-rwdImageMaps
1 parent ded8104 commit 1de4991

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "jQuery-rwdImageMaps",
3+
"version": "1.6",
4+
"description": "Allows image maps to be used in a responsive design by recalculating the area coordinates to match the actual image size on load and window.resize",
5+
"keywords": [
6+
"jQuery",
7+
"Image",
8+
"Maps",
9+
"responsive"
10+
],
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/stowball/jQuery-rwdImageMaps.git"
14+
},
15+
"license": "MIT",
16+
"author": "Matt Stow"
17+
}

0 commit comments

Comments
 (0)