Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #224 from killua99/composer-support
Browse files Browse the repository at this point in the history
馃摝 Add support for composer
  • Loading branch information
desandro committed Feb 18, 2016
2 parents eb483b9 + ae270c8 commit 0dde733
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions composer.json
@@ -0,0 +1,15 @@
{
"name": "desandro/imagesloaded",
"description": ":camera: JavaScript is all like \"You images done yet or what?\" http://imagesloaded.desandro.com",
"type": "library",
"keywords": ["javascript", "library", "images", "loaded", "dom", "ui", "jquery-plugin"],
"homepage": "https://github.com/desandro/imagesloaded",
"license": "MIT",
"authors": [
{
"name": "David DeSandro",
"homepage": "http://desandro.com/",
"role": "developer"
}
]
}

0 comments on commit 0dde733

Please sign in to comment.