-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 924 Bytes
/
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
{
"name": "ngx-smart-cropper",
"version": "1.1.9",
"description": "ngx-smart-cropper is an Angular component designed to provide a user-friendly interface for cropping images with customizable settings. It includes features such as automatic theme detection, drag-and-resize functionality for the crop area, and exporting the cropped image as a base64 string.",
"author": "Kurt Van den Branden",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kurti-vdb/ngx-smart-cropper.git"
},
"bugs": {
"url": "https://github.com/kurti-vdb/ngx-smart-cropper/issues"
},
"homepage": "https://ngx-smart-cropper.upsights.be",
"keywords": [
"angular",
"angular 19",
"cropper",
"image cropper"
],
"peerDependencies": {
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false
}