1 | {
|
2 | "name": "nanogallery2",
|
3 | "description": "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": "3.0.5",
|
10 | "homepage": "https://nanogallery2.nanostudio.org",
|
11 | "main": "./dist/jquery.nanogallery2.js",
|
12 | "license": "GPL-3.0",
|
13 | "keywords": "image photo video gallery galleries lightbox album",
|
14 | "repository": {
|
15 | "type": "git",
|
16 | "url": "git://github.com/nanostudio-org/nanogallery2.git"
|
17 | },
|
18 | "bugs" : {
|
19 | "url" : "https://github.com/nanostudio-org/nanogallery2/issues"
|
20 | },
|
21 | "devDependencies": {
|
22 | "grunt": "~0.4.1",
|
23 | "grunt-bump": "0.0.13",
|
24 | "grunt-codepainter": "latest",
|
25 | "grunt-contrib-concat": "~0.1.3",
|
26 | "grunt-contrib-copy": "^0.7.0",
|
27 | "grunt-contrib-jshint": "latest",
|
28 | "grunt-contrib-qunit": "latest",
|
29 | "grunt-terser": "latest",
|
30 | "grunt-contrib-cssmin": "^1.0.2",
|
31 | "grunt-gh-pages": "latest",
|
32 | "grunt-banner": "latest",
|
33 | "grunt-header": "latest"
|
34 | },
|
35 | "scripts": {
|
36 | "test": "grunt build-nanogallery2"
|
37 | },
|
38 | "dependencies": {
|
39 | "jquery": ">=1.12.4"
|
40 | }
|
41 | }
|