UNPKG

ng-photo-editor

Version:
56 lines (55 loc) 1.42 kB
{ "name": "ng-photo-editor", "version": "1.0.1", "description": "An image cropper for Angular", "author": { "name": "Amit Mahida", "email": "djdash.amit@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/amitmahida92/ngx-photo-editor.git" }, "bugs": { "url": "https://github.com/amitmahida92/ngx-photo-editor/issues" }, "homepage": "https://github.com/amitmahida92/ngx-photo-editor", "keywords": [ "angular", "angular 6", "angular 7", "angular 8", "angular 9", "angular 10", "angular 11", "cropper", "cropperjs", "ngx-cropper", "angular cropper", "angular photo editor", "angular image cropper", "image cropper", "popup cropper" ], "license": "MIT", "peerDependencies": { "@angular/common": ">=8.2.14", "@angular/core": ">=8.2.14", "@ng-bootstrap/ng-bootstrap": ">=5.3.1", "bootstrap": ">=4.5.0" }, "dependencies": { "cropperjs": ">=1.5.7", "tslib": "^1.9.0" }, "main": "bundles/ng-photo-editor.umd.js", "module": "fesm5/ng-photo-editor.js", "es2015": "fesm2015/ng-photo-editor.js", "esm5": "esm5/ng-photo-editor.js", "esm2015": "esm2015/ng-photo-editor.js", "fesm5": "fesm5/ng-photo-editor.js", "fesm2015": "fesm2015/ng-photo-editor.js", "typings": "ng-photo-editor.d.ts", "metadata": "ng-photo-editor.metadata.json", "sideEffects": false }