mirror of
https://github.com/desandro/imagesloaded.git
synced 2026-01-14 17:07:55 -05:00
better version for eventie in .jsons remove component.json support, conflicted with browserify tick version v3.1.8
30 lines
643 B
JSON
30 lines
643 B
JSON
{
|
|
"name": "imagesloaded",
|
|
"version": "3.1.8",
|
|
"description": "You images done yet or what?",
|
|
"main": "imagesloaded.js",
|
|
"devDependencies": {
|
|
"grunt": "~0.4.0",
|
|
"grunt-contrib-jshint": "~0.1.1",
|
|
"grunt-contrib-uglify": "~0.1.2",
|
|
"grunt-contrib-watch": "~0.3.1",
|
|
"highlight.js": "~7.3.0",
|
|
"marked": "~0.2.8",
|
|
"grunt-requirejs": "~0.4.0"
|
|
},
|
|
"dependencies": {
|
|
"wolfy87-eventemitter": "4.x",
|
|
"eventie": ">=1.0.4 <2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/desandro/imagesloaded.git"
|
|
},
|
|
"keywords": [
|
|
"images",
|
|
"loaded",
|
|
"ui"
|
|
],
|
|
"license": "MIT"
|
|
}
|