forked from jackmoore/zoom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.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-zoom-plus",
"description": "Javascript module incorporating the jquery.zoom image widget to enlarge images on mouseover, grab, click/touch, or toggle.",
"version": "1.0.1",
"keywords": [
"zoom",
"images",
"ui",
"jquery-plugin",
"willow the dog"
],
"author": {
"name": "Michel Milano",
"url": "http://www.stochasticnotions.com"
},
"main": "index.html",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/mmilano/zoom-plus.git"
},
"bugs": "https://github.com/mmilano/zoom-plus/issues",
"scripts": {
"build": "gulp"
},
"dependencies": {
"jquery": ">=3.1",
"jquery-zoom": "^1.7.20"
},
"devDependencies": {
"browserify": "^14.4.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-cached": "^1.1.1",
"gulp-changed-in-place": "^2.2.0",
"gulp-connect": "^5.0.0",
"gulp-cssnano": "^2.1.2",
"gulp-jshint": "^2.0.4",
"gulp-notify": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"jshint": "^2.9.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}