UNPKG

grid-arrange

Version:

Resizes items such that they fit efficiently in a grid.

33 lines (32 loc) 721 B
{ "name": "grid-arrange", "version": "1.0.0", "description": "Resizes items such that they fit efficiently in a grid.", "main": "index.js", "scripts": { "test": "mocha --reporter spec" }, "repository": { "type": "git", "url": "git+https://github.com/rooch84/grid-arrange.git" }, "keywords": [ "Grid", "arrangement", "Fit", "to", "grid", "Aspect", "ratio" ], "author": "Chris Rooney <chris@rooch.net> (http://www.rooch.net)", "license": "MIT", "bugs": { "url": "https://github.com/rooch84/grid-arrange/issues" }, "homepage": "https://github.com/rooch84/grid-arrange#readme", "devDependencies": { "chai": "^4.1.2", "mocha": "^5.0.0" } }