mirror of
https://github.com/desandro/imagesloaded.git
synced 2026-01-14 08:57:54 -05:00
26 lines
555 B
JSON
26 lines
555 B
JSON
{
|
|
"name": "imagesloaded",
|
|
"version": "3.1.5",
|
|
"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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/desandro/imagesloaded.git"
|
|
},
|
|
"keywords": [
|
|
"images",
|
|
"loaded",
|
|
"ui"
|
|
],
|
|
"license": "MIT"
|
|
}
|