gplink
Version:
This is a Angular Library which provide pipe to convert the url, email and mobile number to link format by using linkifyjs.
35 lines (34 loc) • 835 B
JSON
{
"name": "gplink",
"version": "1.0.1",
"description": "This is a Angular Library which provide pipe to convert the url, email and mobile number to link format by using linkifyjs. ",
"keywords": [
"Angular",
"Library",
"Linkifyjs",
"gp",
"pipe",
"link",
"anchor"
],
"author": "Govindsinh",
"license": "MIT",
"dependencies": {
"linkifyjs": "^2.1.7",
"tslib": "^1.9.0"
},
"peerDependencies": {
"@angular/common": "^7.0.0",
"@angular/core": "^7.0.0"
},
"main": "bundles/gplink.umd.js",
"module": "fesm5/gplink.js",
"es2015": "fesm2015/gplink.js",
"esm5": "esm5/gplink.js",
"esm2015": "esm2015/gplink.js",
"fesm5": "fesm5/gplink.js",
"fesm2015": "fesm2015/gplink.js",
"typings": "gplink.d.ts",
"metadata": "gplink.metadata.json",
"sideEffects": false
}