Files
imagesloaded/package.json
2014-05-24 09:06:43 -04:00

26 lines
555 B
JSON

{
"name": "imagesloaded",
"version": "3.1.7",
"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"
}