forked from nanostudio-org/nanogallery2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.16 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "nanogallery2",
"description": "modern photo / video gallery and lightbox",
"author": {
"name" : "Christophe Brisbois",
"email" : "chr@brisbois.fr",
"url" : "https://brisbois.fr"
},
"version": "3.0.5",
"homepage": "https://nanogallery2.nanostudio.org",
"main": "./dist/jquery.nanogallery2.js",
"license": "GPL-3.0",
"keywords": "image photo video gallery galleries lightbox 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-terser": "latest",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-gh-pages": "latest",
"grunt-banner": "latest",
"grunt-header": "latest"
},
"scripts": {
"test": "grunt build-nanogallery2"
},
"dependencies": {
"jquery": ">=1.12.4"
}
}