packery
Version:
bin-packing layout library
33 lines (32 loc) • 650 B
JSON
{
"name": "packery",
"version": "1.2.4",
"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 <2",
"get-style-property": ">=1 <2",
"get-size": "^1.1",
"outlayer": "^1.2.0"
},
"devDependencies": {
"draggabilly": ">=1 <2",
"jquery": "~1",
"jquery-ui-draggable": "https://gist.github.com/4985610.git",
"qunit": "1.15"
},
"ignore": [
"**/.*",
"test/",
"examples/",
"contributing.md",
"package.json",
"Gruntfile.js"
]
}