mirror of
https://github.com/desandro/imagesloaded.git
synced 2026-01-11 07:28:06 -05:00
36 lines
617 B
JSON
36 lines
617 B
JSON
{
|
|
"name": "imagesloaded",
|
|
"description": "JavaScript is all like _You images done yet or what?_",
|
|
"main": "imagesloaded.js",
|
|
"dependencies": {
|
|
"ev-emitter": "^2.1.2"
|
|
},
|
|
"devDependencies": {
|
|
},
|
|
"ignore": [
|
|
"**/.*",
|
|
"test",
|
|
"package.json",
|
|
"composer.json",
|
|
"node_modules",
|
|
"bower_components",
|
|
"tests",
|
|
"sandbox/",
|
|
"gulpfile.js",
|
|
"contributing.md"
|
|
],
|
|
"homepage": "https://imagesloaded.desandro.com",
|
|
"authors": [
|
|
"David DeSandro"
|
|
],
|
|
"moduleType": [
|
|
"amd",
|
|
"globals",
|
|
"node"
|
|
],
|
|
"keywords": [
|
|
"images"
|
|
],
|
|
"license": "MIT"
|
|
}
|