composer.json 428 Bytes
Newer Older
Joe TS Dell's avatar
Joe TS Dell committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "desandro/imagesloaded",
  "description": "JavaScript is all like _You images done yet or what?_",
  "type": "component",
  "keywords": ["javascript", "library", "images", "loaded", "dom", "ui", "jquery-plugin"],
  "homepage": "http://imagesloaded.desandro.com",
  "license": "MIT",
  "authors": [
    {
      "name": "David DeSandro",
      "homepage": "http://desandro.com/",
      "role": "developer"
    }
  ]
}