UNPKG

1.14 kBJSONView Raw
1{
2 "name": "ng2-file-upload",
3 "version": "5.0.0",
4 "description": "Angular file uploader",
5 "author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
6 "license": "MIT",
7 "peerDependencies": {
8 "@angular/core": "^16.0.0",
9 "@angular/common": "^16.0.0"
10 },
11 "sideEffects": false,
12 "publishConfig": {
13 "registry": "https://registry.npmjs.org/",
14 "tag": "next"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+ssh://git@github.com/valor-software/ng2-file-upload.git"
19 },
20 "bugs": {
21 "url": "https://github.com/valor-software/ng2-file-upload/issues"
22 },
23 "homepage": "https://github.com/valor-software/ng2-file-upload#readme",
24 "keywords": [
25 "angular",
26 "upload file",
27 "ng",
28 "ng2",
29 "angular2"
30 ],
31 "module": "fesm2022/ng2-file-upload.mjs",
32 "typings": "index.d.ts",
33 "exports": {
34 "./package.json": {
35 "default": "./package.json"
36 },
37 ".": {
38 "types": "./index.d.ts",
39 "esm2022": "./esm2022/ng2-file-upload.mjs",
40 "esm": "./esm2022/ng2-file-upload.mjs",
41 "default": "./fesm2022/ng2-file-upload.mjs"
42 }
43 },
44 "dependencies": {
45 "tslib": "^2.3.0"
46 }
47}
\No newline at end of file