You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
1.0 KiB
46 lines
1.0 KiB
{
|
|
"name": "imageMap-resizer",
|
|
"version": "0.5.4",
|
|
"homepage": "https://github.com/davidjbradshaw/imagemap-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"
|
|
},
|
|
"_release": "0.5.4",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v0.5.4",
|
|
"commit": "eef318b0892b5ecec2c95a9c2f7f06c420978cbe"
|
|
},
|
|
"_source": "https://github.com/davidjbradshaw/image-map-resizer.git",
|
|
"_target": "0.5.*",
|
|
"_originalSource": "image-map-resizer"
|
|
} |