12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "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",
- "version": "4.1.0",
- "_release": "4.1.0",
- "_resolution": {
- "type": "version",
- "tag": "v4.1.0",
- "commit": "0938c71e226f81d33c2205e39694f4b988596f7f"
- },
- "_source": "git://github.com/desandro/imagesloaded.git",
- "_target": "^4.1.0",
- "_originalSource": "imagesloaded",
- "_direct": true
- }
|