-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
49 lines (49 loc) · 1.13 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
{
"name": "jquery.photoswipe",
"version": "1.1.1",
"description": "The jQuery plugin for PhotoSwipe",
"main": "src/jquery.photoswipe.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp && gulp uglify",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yaquawa/jquery.photoswipe.git"
},
"keywords": [
"jQuery",
"lightbox",
"colorbox",
"PhotoSwipe",
"gallery"
],
"author": "yaquawa",
"license": "ISC",
"bugs": {
"url": "https://github.com/yaquawa/jquery.photoswipe/issues"
},
"homepage": "https://github.com/yaquawa/jquery.photoswipe#readme",
"browserify": {
"transform": [
"babelify"
]
},
"dependencies": {
"jquery": "^1.12.0",
"photoswipe": "^4.1.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.13.2",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^2.0.0",
"through2": "^2.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}