added license and other fields to correct package.json

This commit is contained in:
İsmail ÇAĞDAŞ 2021-08-26 10:44:50 +03:00
Родитель 71b24dd81a
Коммит 00f2c29460
1 изменённых файлов: 16 добавлений и 0 удалений

Просмотреть файл

@ -1,6 +1,22 @@
{
"name": "abp-ng2-module",
"version": "6.3.0",
"keywords": [
"angular",
"aspnetboilerplate"
],
"author": {
"name": "Halil İbrahim Kalkan",
"email": "hi_kalkan@yahoo.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/aspnetboilerplate/abp-ng2-module"
},
"bugs": {
"url": "https://github.com/aspnetboilerplate/abp-ng2-module/issues"
},
"peerDependencies": {
"@angular/common": "^11.0.4",
"@angular/core": "^11.0.4",