UNPKG

799 BJSONView Raw
1{
2 "name": "ngx-uploader",
3 "version": "11.0.0",
4 "homepage": "https://ngx-uploader.com",
5 "repository": {
6 "type": "git",
7 "url": "git+https://github.com/bleenco/ngx-uploader.git"
8 },
9 "authors": [
10 "Jan Kuri <jkuri88@gmail.com>"
11 ],
12 "license": "MIT",
13 "bugs": {
14 "url": "https://github.com/bleenco/ngx-uploader/issues"
15 },
16 "peerDependencies": {
17 "@angular/common": ">= 10.0.0",
18 "@angular/core": ">= 10.0.0"
19 },
20 "dependencies": {
21 "tslib": "^2.0.0"
22 },
23 "main": "bundles/ngx-uploader.umd.js",
24 "module": "fesm2015/ngx-uploader.js",
25 "es2015": "fesm2015/ngx-uploader.js",
26 "esm2015": "esm2015/ngx-uploader.js",
27 "fesm2015": "fesm2015/ngx-uploader.js",
28 "typings": "ngx-uploader.d.ts",
29 "metadata": "ngx-uploader.metadata.json",
30 "sideEffects": false
31}