mirror of
https://github.com/desandro/imagesloaded.git
synced 2026-05-09 03:00:29 -04:00
28 lines
618 B
JSON
28 lines
618 B
JSON
{
|
|
"name": "imagesloaded",
|
|
"version": "3.0.0",
|
|
"description": "You images done yet or what?",
|
|
"main": "imagesloaded.js",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.0",
|
|
"grunt-contrib-concat": "~0.1.3",
|
|
"grunt-contrib-copy": "~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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/desandro/imagesloaded.git"
|
|
},
|
|
"keywords": [
|
|
"images",
|
|
"loaded",
|
|
"ui"
|
|
],
|
|
"license": "MIT"
|
|
}
|