mirror of
https://github.com/desandro/imagesloaded.git
synced 2026-01-14 17:07:55 -05:00
Merge branch 'master' into gh-pages
This commit is contained in:
14
README.md
14
README.md
@@ -196,6 +196,20 @@ requirejs( [
|
||||
});
|
||||
```
|
||||
|
||||
## Browserify
|
||||
|
||||
imagesLoaded works with [Browserify](http://browserify.org/).
|
||||
|
||||
``` bash
|
||||
npm install imagesloaded --save
|
||||
```
|
||||
|
||||
```
|
||||
var imagesLoaded = require('imagesloaded');
|
||||
|
||||
imagesLoaded( elem, function() {...} );
|
||||
```
|
||||
|
||||
## Contributors
|
||||
|
||||
This project has a [storied legacy](https://github.com/desandro/imagesloaded/graphs/contributors). Its current incarnation was developed by [Tomas Sardyha @Darsain](http://darsa.in/) and [David DeSandro @desandro](http://desandro.com).
|
||||
|
||||
@@ -1,37 +0,0 @@
|
||||
{
|
||||
"name": "imagesloaded",
|
||||
"version": "3.1.8",
|
||||
"title": "imagesLoaded",
|
||||
"description": "JavaScript is all like 'You images done yet or what?'",
|
||||
"keywords": [
|
||||
"image",
|
||||
"loading"
|
||||
],
|
||||
"author": {
|
||||
"name": "David DeSandro",
|
||||
"url": "http://desandro.com"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Tomas Sardyha",
|
||||
"url": "http://darsa.in"
|
||||
},
|
||||
{
|
||||
"name": "David DeSandro",
|
||||
"url": "http://desandro.com"
|
||||
}
|
||||
],
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://desandro.mit-license.org/"
|
||||
}
|
||||
],
|
||||
"bugs": "https://github.com/desandro/imagesloaded/issues",
|
||||
"homepage": "https://imagesloaded.desandro.com",
|
||||
"docs": "https://imagesloaded.desandro.com",
|
||||
"download": "http://imagesloaded.desandro.com",
|
||||
"dependencies": {
|
||||
"jquery": ">=1.7"
|
||||
}
|
||||
}
|
||||
@@ -23,7 +23,9 @@
|
||||
"keywords": [
|
||||
"images",
|
||||
"loaded",
|
||||
"ui"
|
||||
"ui",
|
||||
"dom",
|
||||
"jquery-plugin"
|
||||
],
|
||||
"license": "MIT"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user