Files
imagesloaded/bower.json
David DeSandro 8328fc04f1 Build v4.0.0
2015-12-28 09:43:59 -05:00

37 lines
655 B
JSON

{
"name": "imagesloaded",
"version": "4.0.0",
"description": "JavaScript is all like _You images done yet or what?_",
"main": "imagesloaded.js",
"dependencies": {
"eventEmitter": ">=4.2 <5.0"
},
"devDependencies": {
"jquery": ">=1.9 <2.0",
"qunit": "~1.20.0"
},
"ignore": [
"**/.*",
"test",
"package.json",
"node_modules",
"bower_components",
"tests",
"sandbox/",
"contributing.md"
],
"homepage": "http://imagesloaded.desandro.com",
"authors": [
"David DeSandro"
],
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"images"
],
"license": "MIT"
}