You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
641 B
35 lines
641 B
{ |
|
"name": "imagesloaded", |
|
"version": "3.2.0", |
|
"description": "JavaScript is all like _You images done yet or what?_", |
|
"main": "imagesloaded.js", |
|
"dependencies": { |
|
"eventEmitter": ">=4.2 <5.0", |
|
"eventie": "~1.0.4" |
|
}, |
|
"devDependencies": { |
|
"jquery": ">=1.9 <2.0", |
|
"qunit": "~1.20.0" |
|
}, |
|
"ignore": [ |
|
"**/.*", |
|
"test", |
|
"package.json", |
|
"node_modules", |
|
"bower_components", |
|
"tests" |
|
], |
|
"homepage": "http://imagesloaded.desandro.com", |
|
"authors": [ |
|
"David DeSandro" |
|
], |
|
"moduleType": [ |
|
"amd", |
|
"globals", |
|
"node" |
|
], |
|
"keywords": [ |
|
"images" |
|
], |
|
"license": "MIT" |
|
}
|
|
|