gallerygrid
Version:
A simple and lightweight image gallery grid layouter
41 lines (40 loc) • 963 B
JSON
{
"name": "gallerygrid",
"version": "1.1.0",
"description": "A simple and lightweight image gallery grid layouter",
"author": "Mario Guggenberger <mg@protyposis.net>",
"license": "MIT",
"main": "gallerygrid.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/protyposis/gallerygrid.js.git"
},
"bugs": {
"url": "https://github.com/protyposis/gallerygrid.js/issues"
},
"homepage": "https://github.com/protyposis/gallerygrid.js#readme",
"keywords": [
"image",
"picture",
"gallery",
"justified",
"grid",
"layout"
],
"dependencies": {
"jquery": "^3.1.0"
},
"devDependencies": {
"browserify": "^13.1.0",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-jshint": "^2.0.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"jshint": "^2.9.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}