Skip to content

Commit

Permalink
moved from jquery-plugins to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
makryl committed Jun 23, 2015
1 parent e62537c commit 2a7d571
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea/
node_modules/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Also, you can use `data-href` attribute on any element, not only links.

## Changes

- *1.3.0* - fixed image caching, added `unbind` method.
- **1.3.1** - fixed image caching, added `unbind` method.

## License

Expand Down
2 changes: 1 addition & 1 deletion abigimage.jquery.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* http://aeqdev.com/tools/js/abigimage/
* v 1.3.0
* v 1.3.1
*
* Copyright © 2014 Maksim Krylosov <[email protected]>
*
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ <h3>Static methods</h3>
<h3>Changes</h3>

<ul>
<li><b>1.3.0</b> - fixed image caching, added <code>unbind</code> method.</li>
<li><b>1.3.1</b> - fixed image caching, added <code>unbind</code> method.</li>
</ul>


Expand Down
41 changes: 41 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name": "abigimage",
"version": "1.3.1",
"author": "Maksim Krylosov <[email protected]> (http://aeqdev.com/)",
"license": "MPL-2.0",
"homepage": "http://aeqdev.com/tools/js/abigimage/",
"bugs": "https://github.com/Aequiternus/ABigImage/issues",
"description": "ABigImage - view big versions of images. Fit mobile devices. Uses CSS3 transform and transition for smooth touch sliding. Touch slide left or right opens next or previous image, touch slide up or down closes image. Clicking image opens next one, clicking left side opens previous, clicking right side closes image. Hotkeys for next, previous and close buttons. Closing after viewing of all images. Preloading of next and previous images. Multi-touch zoom. Uses link's `href` or `data-href` attribute for large images. Fully customizable styles. Customizable bottom area. Customizable `onopen` event.",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"image",
"picture",
"photo",
"view",
"viewer",
"big",
"large",
"enlarge",
"lightbox",
"popup",
"mobile",
"desktop",
"slideshow",
"touch",
"slide",
"keyboard",
"hotkey",
"responsive",
"html5",
"jquery"
],
"main": "abigimage.jquery.js",
"repository": {
"type": "git",
"url": "https://github.com/Aequiternus/ABigImage.git"
},
"dependencies": {
"jquery": ">=1.9"
}
}

0 comments on commit 2a7d571

Please sign in to comment.