-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
69 lines (69 loc) · 1.78 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
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "mosaico-cropper",
"version": "0.9.0",
"title": "Mosaico Cropper",
"description": "Mosaico Cropper is a cropper tool written on top of jQuery and the jQuery UI Widget Factory providing easy inline resize/crop/pan for images",
"keywords": [
"jquery",
"ui",
"widget",
"crop",
"resize",
"image",
"mosaico"
],
"repository": {
"type": "git",
"url": "git@github.com:voidlabs/mosaico-cropper.git"
},
"author": "Stefano Bagnara",
"license": "MIT",
"licenseurl": "http://www.opensource.org/licenses/mit-license.php",
"homepage": "https://github.com/voidlabs/mosaico-cropper",
"bugs": "https://github.com/voidlabs/mosaico-cropper/issues",
"dependencies": {
"jquery": "^3.6.0",
"jquery-ui-package": "1.11.4",
"jquery-ui-touch-punch": "^0.2.3"
},
"devDependencies": {
"@lodder/grunt-postcss": "3.1.1",
"autoprefixer": "10.4.5",
"connect-livereload": "^0.6.1",
"express": "^4.18.0",
"gm": "^1.23.1",
"got": "^9.6.0",
"grunt": "^1.5.3",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-jshint": "3.2.0",
"grunt-contrib-less": "3.0.0",
"grunt-contrib-uglify": "5.2.1",
"grunt-contrib-watch": "1.1.0",
"grunt-express-server": "^0.5.4",
"grunt-keepalive": "^1.0.0",
"grunt-release": "0.13.1",
"jshint-stylish": "2.2.1",
"load-grunt-tasks": "^5.1.0",
"lodash": "4.17.21",
"postcss": "8.4.12",
"postcss-minify": "^1.1.0"
},
"overrides": {
"async": "3.2.3",
"minimist": "1.2.6",
"shelljs": "0.8.5",
"superagent": "7.1.2"
},
"browserslist": [
"last 2 versions",
"not dead",
"> 1%",
"IE 10",
"IE 11"
],
"scripts": {
"start": "grunt",
"lockdeps": "npx npm-force-resolutions"
}
}