angular-busy2
Version:
45 lines • 948 B
JSON
{
"name": "angular-busy2",
"version": "22.0.6",
"license": "MIT",
"homepage": "https://tiberiuzuld.github.io/angular-busy/",
"bugs": {
"url": "https://github.com/tiberiuzuld/angular-busy/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tiberiuzuld/angular-busy.git"
},
"description": "Angular Busy 2",
"keywords": [
"angular",
"angularjs",
"typescript",
"busy",
"loading",
"angular-busy2",
"angular-busy"
],
"authors": [
"Tiberiu Zuld"
],
"sideEffects": false,
"peerDependencies": {
"@angular/common": "^20.0.0",
"@angular/core": "^20.0.0"
},
"dependencies": {
"tslib": "^2.4.0"
},
"module": "fesm2022/angular-busy2.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/angular-busy2.mjs"
}
}
}