-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.05 KB
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
{
"name": "image-zoom-plugin",
"version": "1.2.1",
"description": "Simple jQuery plugin to allow the zoom in of an image, ideal for products stores and galleries.",
"main": "Gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"jquery",
"plugin",
"zoom",
"zoom",
"image",
"javascript"
],
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"ansi-colors": "^3.2.4",
"babel": "^6.23.0",
"del": "^3.0.0",
"fancy-log": "^1.3.3",
"fs-extra": "^8.1.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-file-sync": "^2.0.0",
"gulp-if": "^2.0.2",
"gulp-minify": "^3.1.0",
"gulp-order": "^1.2.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^5.1.0",
"gulp-strip-css-comments": "^2.0.0",
"gulp-strip-debug": "^3.0.0",
"jshint": "^2.11.0",
"minimist": "^1.2.5",
"sass": "^1.26.3"
},
"author": "Mario Duarte",
"license": "GLP"
}