angular-images-loaded
Version:
Super simple Angular directive to wrap imagesLoaded plugin
32 lines (31 loc) • 773 B
JSON
{
"name": "angular-images-loaded",
"version": "0.2.8",
"description": "Super simple Angular directive to wrap imagesLoaded plugin",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://homerjam@github.com/homerjam/angular-images-loaded.git"
},
"keywords": [
"angular",
"imagesloaded",
"waitforimages"
],
"author": "jameshomer85@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/homerjam/angular-images-loaded/issues"
},
"homepage": "https://github.com/homerjam/angular-images-loaded",
"dependencies": {
"angular": "^1.6.0",
"imagesloaded": "^4.1.0"
}
}