UNPKG

nanogallery2

Version:

a modern photo / video gallery and lightbox

38 lines (37 loc) 1.06 kB
{ "name": "nanogallery2", "description": "a modern photo / video gallery and lightbox", "author": { "name" : "Christophe Brisbois", "email" : "chr@brisbois.fr", "url" : "https://brisbois.fr" }, "version": "2.4.2", "homepage": "https://nanogallery2.nanostudio.org", "keywords": "gallery galleries photo lightbox image album", "repository": { "type": "git", "url": "git://github.com/nanostudio-org/nanogallery2.git" }, "bugs" : { "url" : "https://github.com/nanostudio-org/nanogallery2/issues" }, "devDependencies": { "grunt": "~0.4.1", "grunt-bump": "0.0.13", "grunt-codepainter": "latest", "grunt-contrib-concat": "~0.1.3", "grunt-contrib-copy": "^0.7.0", "grunt-contrib-jshint": "latest", "grunt-contrib-qunit": "latest", "grunt-contrib-uglify": "^0.9.2", "grunt-contrib-cssmin": "^1.0.2", "grunt-gh-pages": "latest" }, "scripts": { "test": "grunt build-nanogallery2" }, "dependencies": { "jquery": ">=1.12.4" } }