ngx-password-toggle
Version:
31 lines (30 loc) • 687 B
JSON
{
"name": "ngx-password-toggle",
"version": "1.0.3",
"repository": {
"type": "git",
"url": "https://github.com/thatisuday/ngx-password-toggle"
},
"author": {
"name": "Uday Hiwarale",
"email": "thatisuday@gmail.com"
},
"keywords": [
"angular",
"password",
"toggle"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/thatisuday/ngx-password-toggle/issues"
},
"main": "ngx-password-toggle.umd.js",
"module": "ngx-password-toggle.js",
"jsnext:main": "ngx-password-toggle.js",
"typings": "ngx-password-toggle.d.ts",
"peerDependencies": {
"@angular/core": "^4.0.0",
"rxjs": "^5.1.0",
"zone.js": "^0.8.4"
}
}