diff --git a/package.json b/package.json index b76149a..52f941f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,15 @@ { "name": "ngx-image2dataurl-app", "version": "0.0.0", + "license": "MIT", + "description": "An Angular component which reads the `dataURL` and optionally resizes the selected input file image.", + "author": { + "name": "Mark Magyarodi", + "url": "https://github.com/ribizli" + }, + "repository": { + "url": "https://github.com/ribizli/ngx-image2dataurl" + }, "scripts": { "ng": "ng", "start": "ng serve", @@ -38,4 +47,4 @@ "tslint": "~6.1.0", "typescript": "~3.9.7" } -} +} \ No newline at end of file diff --git a/projects/ngx-image2dataurl/package.json b/projects/ngx-image2dataurl/package.json index d5987ef..e1869a9 100644 --- a/projects/ngx-image2dataurl/package.json +++ b/projects/ngx-image2dataurl/package.json @@ -1,10 +1,19 @@ { "name": "ngx-image2dataurl", "version": "10.0.1", + "license": "MIT", + "description": "An Angular component which reads the `dataURL` and optionally resizes the selected input file image.", + "author": { + "name": "Mark Magyarodi", + "url": "https://github.com/ribizli" + }, + "repository": { + "url": "https://github.com/ribizli/ngx-image2dataurl" + }, "peerDependencies": { "@angular/core": "^10.0.0" }, "dependencies": { "tslib": "^2.0.0" } -} +} \ No newline at end of file