ngx-touch-keyboard
Version:
Virtual Keyboard for Angular applications
56 lines • 1.31 kB
JSON
{
"name": "ngx-touch-keyboard",
"description": "Virtual Keyboard for Angular applications",
"version": "4.0.0",
"license": "MIT",
"private": false,
"author": {
"name": "Mohsen Sohrabi",
"url": "https://github.com/mohsen77sk"
},
"homepage": "https://github.com/mohsen77sk/angular-touch-keyboard#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/mohsen77sk/angular-touch-keyboard.git"
},
"bugs": {
"url": "https://github.com/mohsen77sk/angular-touch-keyboard/issues"
},
"keywords": [
"Angular",
"Material",
"Touch",
"Virtual",
"Keyboard",
"onscreen"
],
"peerDependencies": {
"@angular/common": ">=18.0.0",
"@angular/core": ">=18.0.0",
"@angular/cdk": ">=18.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"typesVersions": {
"*": {
"locale": [
"./lib/Locale/index.d.ts"
]
}
},
"module": "fesm2022/ngx-touch-keyboard.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ngx-touch-keyboard.mjs",
"esm": "./esm2022/ngx-touch-keyboard.mjs",
"default": "./fesm2022/ngx-touch-keyboard.mjs"
}
},
"sideEffects": false
}