ng-tiny-url
Version:
Angular 6+ library to shorten url
40 lines (39 loc) • 978 B
JSON
{
"name": "ng-tiny-url",
"version": "1.0.2",
"description": "Angular 6+ library to shorten url",
"peerDependencies": {
"@angular/common": "^10.0.14",
"@angular/core": "^10.0.14"
},
"keywords": [
"Url",
"short url",
"url shortener",
"ng tinyUrl",
"tinyUrl"
],
"author": {
"email": "kelvinoesekhile@gmail.com",
"name": "Kelvin Esekhile"
},
"dependencies": {
"tslib": "^2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/cozmik/ng-tinyUrl"
},
"bugs": {
"url": "https://github.com/cozmik/ng-tinyUrl/issues"
},
"homepage": "https://github.com/cozmik/ng-tinyUrl/blob/main/README.md",
"main": "bundles/ng-tiny-url.umd.js",
"module": "fesm2015/ng-tiny-url.js",
"es2015": "fesm2015/ng-tiny-url.js",
"esm2015": "esm2015/ng-tiny-url.js",
"fesm2015": "fesm2015/ng-tiny-url.js",
"typings": "ng-tiny-url.d.ts",
"metadata": "ng-tiny-url.metadata.json",
"sideEffects": false
}