image-layout
Version:
A collection of deterministic image layout algorithms written in pure javascript.
34 lines (33 loc) • 730 B
JSON
{
"name": "image-layout",
"version": "0.4.1",
"description": "A collection of deterministic image layout algorithms written in pure javascript.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"image",
"layout",
"mosaic",
"grid",
"gallery"
],
"repository": {
"type": "git",
"url": "git://github.com/naturalatlas/image-layout.git"
},
"author": "Brian Reavis <brian@thirdroute.com>",
"licenses": [
{
"type": "Apache License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"devDependencies": {
"webpack": "^1.4.1-beta1"
},
"engines": {
"node": ">=0.8.0"
}
}