angular-auto-size-input
Version:
Plug and Play directive to automatically scale textareas to their contents. Works while yout type, copy, cut, and paste.
29 lines (28 loc) • 683 B
JSON
{
"name": "angular-auto-size-input",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/Sanderand/angular-auto-size-input"
},
"author": {
"name": "Andre Sander",
"email": "hello@andresander.com"
},
"keywords": [
"angular"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Sanderand/angular-auto-size-input/issues"
},
"main": "angular-auto-size-input.umd.js",
"module": "angular-auto-size-input.js",
"jsnext:main": "angular-auto-size-input.js",
"typings": "angular-auto-size-input.d.ts",
"peerDependencies": {
"@angular/core": "^4.0.0",
"rxjs": "^5.1.0",
"zone.js": "^0.8.4"
}
}