forked from Kris-B/nanoGALLERY
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.11 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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "nanogallery",
"version": "5.7.0",
"homepage": "http://nanogallery.brisbois.fr",
"author": "Christophe Brisbois <[email protected]>",
"description": "image gallery simplified - jQuery plugin",
"main": "dist/jquery.nanogallery.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/Kris-B/nanoGALLERY.git"
},
"keywords": [
"image",
"gallery",
"photo",
"photoset",
"slideshow",
"flickr",
"googleplus",
"picasa",
"swipe",
"responsive",
"RTL",
"jquery-plugin"
],
"contributors": [
{
"name": "Alessandro Rossi (AlexRed)",
"email": "[email protected]"
},
{
"name": "Giovanni Chiodi",
"email": "[email protected]"
},
{
"name": "antonio r. (grief-of-these-days)",
"email": ""
},
{
"name": "Raphaël Renaudon",
"email": ""
}
],
"license": "CC BY-NC 3.0",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-cssmin": "^0.11.0",
"grunt-contrib-uglify": "^0.7.0"
}
}