1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "imagesloaded",
- "description": "JavaScript is all like _You images done yet or what?_",
- "main": "imagesloaded.js",
- "dependencies": {
- "ev-emitter": "~1.0.0"
- },
- "devDependencies": {
- "jquery": ">=1.9 <4.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"
- }
|