UNPKG

ngx-cropperjs-wrapper

Version:

This angular library is a wrapper of Javascript image cropper

38 lines (37 loc) 1.01 kB
{ "name": "ngx-cropperjs-wrapper", "version": "0.1.6", "repository": { "type": "git", "url": "https://github.com/polakdominik/ngx-cropperjs-wrapper.git" }, "license": "MIT", "keywords": [ "ngx", "angular", "angular6", "angular-library", "angular-component", "angular-wrapper", "cropperjs", "image-cropper" ], "peerDependencies": { "@angular/common": "^6.0.0-rc.0 || ^6.0.0", "@angular/core": "^6.0.0-rc.0 || ^6.0.0" }, "dependencies": { "cropperjs": "^1.4.0", "tslib": "^1.9.0" }, "main": "bundles/ngx-cropperjs-wrapper.umd.js", "module": "fesm5/ngx-cropperjs-wrapper.js", "es2015": "fesm2015/ngx-cropperjs-wrapper.js", "esm5": "esm5/ngx-cropperjs-wrapper.js", "esm2015": "esm2015/ngx-cropperjs-wrapper.js", "fesm5": "fesm5/ngx-cropperjs-wrapper.js", "fesm2015": "fesm2015/ngx-cropperjs-wrapper.js", "typings": "ngx-cropperjs-wrapper.d.ts", "metadata": "ngx-cropperjs-wrapper.metadata.json", "sideEffects": false }