forked from nanostudio-org/nanogallery2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 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
{
"name": "nanogallery2",
"description": "Everything you need to add beautiful, modern and high quality photo galleries to your website.",
"author": {
"name" : "Christophe Brisbois",
"email" : "[email protected]",
"url" : "http://brisbois.fr"
},
"version": "2.1.0",
"homepage": "http://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"
}
}