Merge branch 'master' into gh-pages

This commit is contained in:
David DeSandro
2014-11-18 16:52:45 -05:00
3 changed files with 17 additions and 38 deletions

View File

@@ -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).

View File

@@ -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"
}
}

View File

@@ -23,7 +23,9 @@
"keywords": [
"images",
"loaded",
"ui"
"ui",
"dom",
"jquery-plugin"
],
"license": "MIT"
}