gallerygrid
Version:
A simple and lightweight image gallery grid layouter
36 lines (35 loc) • 701 B
JSON
{
"name": "gallerygrid.js",
"description": "A simple and lightweight image gallery grid layouter",
"authors": [
"Mario Guggenberger <mg@protyposis.net>"
],
"license": "MIT",
"homepage": "https://github.com/protyposis/gallerygrid.js#readme",
"repository": {
"type": "git",
"url": "git://github.com/protyposis/gallerygrid.js.git"
},
"keywords": [
"image",
"picture",
"gallery",
"justified",
"grid",
"layout"
],
"main": "dist/gallerygrid.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"logo*.*",
"gulpfile.js",
"package.json"
],
"dependencies": {
"jquery": "^3.1.0"
}
}