@378q/ngx-photo-editor
Version:
An image cropper for Angular
78 lines • 1.94 kB
JSON
{
"name": "@378q/ngx-photo-editor",
"version": "0.4.5",
"description": "An image cropper for Angular",
"publishConfig": {
"access": "public"
},
"author": {
"name": "Ahamed Bilal",
"email": "ahamedbilalazmy@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/AhamedBilal/ngx-photo-editor.git"
},
"homepage": "https://ahamedbilal.github.io/ngx-photo-editor/",
"bugs": {
"url": "https://github.com/AhamedBilal/ngx-photo-editor/issues"
},
"keywords": [
"angular 6",
"angular 7",
"angular 8",
"angular 9",
"angular 10",
"angular 11",
"angular 12",
"angular 13",
"angular 14",
"image",
"image editor",
"photo editor",
"editor",
"cropper",
"cropperjs",
"ngx-cropper",
"angular cropper",
"angular photo editor",
"angular image cropper",
"ngx",
"ngx photo editor",
"ngx cropper",
"image cropper",
"popup cropper"
],
"license": "MIT",
"peerDependencies": {
"@angular/common": ">=10.0.0",
"@angular/core": ">=10.0.0"
},
"dependencies": {
"cropperjs": ">=1.5.12",
"tslib": "^2.3.0"
},
"exports": {
"./": {
"default": "./photo-editor.css"
},
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/378q-ngx-photo-editor.mjs",
"es2020": "./fesm2020/378q-ngx-photo-editor.mjs",
"es2015": "./fesm2015/378q-ngx-photo-editor.mjs",
"node": "./fesm2015/378q-ngx-photo-editor.mjs",
"default": "./fesm2020/378q-ngx-photo-editor.mjs"
}
},
"module": "fesm2015/378q-ngx-photo-editor.mjs",
"es2020": "fesm2020/378q-ngx-photo-editor.mjs",
"esm2020": "esm2020/378q-ngx-photo-editor.mjs",
"fesm2020": "fesm2020/378q-ngx-photo-editor.mjs",
"fesm2015": "fesm2015/378q-ngx-photo-editor.mjs",
"typings": "index.d.ts",
"sideEffects": false
}