UNPKG

1.06 kBJSONView Raw
1{
2 "name": "nanogallery2",
3 "description": "a modern photo / video gallery and lightbox",
4 "author": {
5 "name" : "Christophe Brisbois",
6 "email" : "chr@brisbois.fr",
7 "url" : "https://brisbois.fr"
8 },
9 "version": "2.4.2",
10 "homepage": "https://nanogallery2.nanostudio.org",
11 "keywords": "gallery galleries photo lightbox image album",
12 "repository": {
13 "type": "git",
14 "url": "git://github.com/nanostudio-org/nanogallery2.git"
15 },
16 "bugs" : {
17 "url" : "https://github.com/nanostudio-org/nanogallery2/issues"
18 },
19 "devDependencies": {
20 "grunt": "~0.4.1",
21 "grunt-bump": "0.0.13",
22 "grunt-codepainter": "latest",
23 "grunt-contrib-concat": "~0.1.3",
24 "grunt-contrib-copy": "^0.7.0",
25 "grunt-contrib-jshint": "latest",
26 "grunt-contrib-qunit": "latest",
27 "grunt-contrib-uglify": "^0.9.2",
28 "grunt-contrib-cssmin": "^1.0.2",
29 "grunt-gh-pages": "latest"
30 },
31 "scripts": {
32 "test": "grunt build-nanogallery2"
33 },
34 "dependencies": {
35 "jquery": ">=1.12.4"
36 }
37}