-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
57 lines (57 loc) · 1.39 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "ng2-img-max",
"version": "2.2.9",
"description": "Angular module to resize images down to a certain width and height or to reduce the quality to fit a certain maximal filesize - all in the browser.",
"repository": {
"type": "git",
"url": "git+https://github.com/bergben/ng2-img-max.git"
},
"license": "MIT",
"scripts": {
"build": "ng build"
},
"author": {
"name": "Benedikt Berger",
"email": "[email protected]"
},
"keywords": [
"angular",
"angular2",
"img-max",
"maximal",
"size",
"limit",
"resize"
],
"peerDependencies": {
"@angular/common": "*",
"@angular/compiler": "*",
"@angular/core": "*",
"rxjs": "7.x.x"
},
"dependencies": {
"exifr": "^7.1.3",
"pica": "^9.0.1",
"tslib": "^2.5.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.6",
"@angular/cli": "^15.2.6",
"@angular/compiler-cli": "^15.2.6",
"@angular/cdk": "^15.2.6",
"@angular/common": "^15.2.6",
"@angular/compiler": "^15.2.6",
"@angular/core": "^15.2.6",
"@types/node": "^18.16.1",
"@types/pica": "^9.0.1",
"ng-packagr": "^15.2.2",
"typescript": "~4.9.5",
"ts-node": "^10.9.1",
"ts-loader": "^9.4.2"
},
"bugs": {
"url": "https://github.com/bergben/ng2-img-max/issues"
},
"homepage": "https://github.com/bergben/ng2-img-max#readme",
"private": false
}