forked from 10quality/swipebox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.07 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
{
"name": "swipebox-10quality",
"version": "1.4.7",
"description": "Modified version of Swipebox (supports Dailymotion and MP4).",
"main": "dist/js/jquery.swipebox.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/10quality/swipebox.git"
},
"keywords": [
"swipebox",
"lightbox",
"youtube",
"vimeo",
"dailymotion",
"mp4",
"pictures"
],
"author": {
"name": "Constantin Saguin",
"url": "csag.co"
},
"contributors": [
"10 Quality <[email protected]> (https://www.10quality.com/)",
"Cami M <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/10quality/swipebox/issues"
},
"homepage": "https://github.com/10quality/swipebox#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^2.0.13",
"gulp-concat": "^2.6.0",
"gulp-jsmin": "^0.1.5",
"gulp-minify": "0.0.14",
"gulp-rename": "^1.2.3",
"gulp-sass": "^2.3.2",
"node-sass": "^3.4.2"
},
"dependencies": {
"jquery": "^2.1.0"
}
}