ionic4-reactive-textarea
Version:
Angular auto-resize text-area directive
38 lines (37 loc) • 974 B
JSON
{
"name": "ionic4-reactive-textarea",
"version": "1.0.5",
"description": "Angular auto-resize text-area directive",
"main": "lib/reactive-textarea.directive.module.js",
"types": "lib/reactive-textarea.directive.module.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/azure06/ionic4-reactive-textarea.git"
},
"keywords": [
"angular",
"ionic",
"ionic4",
"autosize",
"textarea",
"reactive"
],
"author": "Gabriele Sato",
"license": "MIT",
"bugs": {
"url": "https://github.com/azure06/ionic4-reactive-textarea/issues"
},
"homepage": "https://github.com/azure06/ionic4-reactive-textarea#readme",
"devDependencies": {
"typescript": "~3.1.6"
},
"dependencies": {
"@angular/common": "~7.0.0",
"@angular/core": "~7.0.0",
"rxjs": "6.2.2"
}
}