packery
Version:
bin-packing layout library
34 lines (33 loc) • 673 B
JSON
{
"name": "packery",
"version": "1.3.0",
"author": "David DeSandro / Metafizzy",
"description": "bin-packing layout library",
"main": [
"js/rect.js",
"js/packer.js",
"js/item.js",
"js/packery.js"
],
"dependencies": {
"classie": "1.x",
"get-style-property": "1.x",
"get-size": "1.2.x",
"outlayer": "1.3.x"
},
"devDependencies": {
"draggabilly": "1.x",
"jquery": "~1",
"jquery-ui-draggable": "https://gist.github.com/4985610.git",
"jquery-bridget": "1.1.x",
"qunit": "^1.15"
},
"ignore": [
"**/.*",
"test/",
"examples/",
"contributing.md",
"package.json",
"Gruntfile.js"
]
}