forked from nanostudio-org/nanogallery2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.03 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
{
"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"
}
}