UNPKG

masonry-layout

Version:

Cascading grid layout library

45 lines (44 loc) 943 B
{ "name": "masonry-layout", "version": "3.3.0", "description": "Cascading grid layout library", "main": "masonry.js", "dependencies": { "get-size": "~1.2.2", "outlayer": "~1.4.0", "fizzy-ui-utils": "^1.0.1" }, "devDependencies": { "jquery-bridget": "1.1.x", "doc-ready": "1.x", "qunitjs": "^1.12", "jquery": ">=1.4.3 <2", "grunt": "^0.4.4", "grunt-contrib-jshint": "^0.9.2", "grunt-contrib-uglify": "^0.4.0", "grunt-requirejs": "^0.4.1" }, "directories": { "test": "test" }, "scripts": { "test": "test/index.html" }, "repository": { "type": "git", "url": "git://github.com/desandro/masonry.git" }, "keywords": [ "DOM", "browser", "grid", "layout", "outlayer" ], "author": "David DeSandro", "license": "MIT", "bugs": { "url": "https://github.com/desandro/masonry/issues" }, "homepage": "http://masonry.desandro.com" }