-
Notifications
You must be signed in to change notification settings - Fork 344
/
package.json
57 lines (57 loc) · 1.34 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
54
55
56
57
{
"name": "galleria",
"version": "1.6.1",
"title": "Responsive JavaScript Image Gallery",
"description": "A free JavaScript image gallery framework that simplifies the process of creating beautiful image galleries for the web and mobile devices.",
"keywords": [
"gallery",
"thumbnails",
"photo",
"image",
"lightbox",
"youtube",
"vimeo"
],
"contributors": [
{
"name": "David Hellsing",
"url": "http://aino.com",
"email": "[email protected]"
},
{
"name": "Frank Ludwig",
"url": "http://wib.io",
"email": "[email protected]"
}
],
"author": {
"name": "worse is better UG",
"url": "http://wib.io",
"email": "[email protected]"
},
"dependencies": {
"grunt-postcss": "^0.9.0",
"jquery": ">=1.9.0"
},
"main": "./dist/galleria.js",
"repository": {
"type": "git",
"url": "https://github.com/worseisbetter/galleria.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/worseisbetter/galleria/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-uglify": "^2.0.0",
"grunt-replace": "^1.0.1",
"postcss-assets": "^5.0.0"
}
}