mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
28 lines
645 B
JSON
28 lines
645 B
JSON
{
|
|
"name": "keyman",
|
|
"version": "10.0.0",
|
|
"description": "Facilitates text input in any language.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/keymanapp/keyman.git"
|
|
},
|
|
"keywords": [
|
|
"input",
|
|
"languages",
|
|
"keyboards"
|
|
],
|
|
"author": "SIL International",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/keymanapp/keyman/issues"
|
|
},
|
|
"homepage": "https://github.com/keymanapp/keyman#readme",
|
|
"devDependencies": {
|
|
"google-closure-compiler": "^20171203.0.0",
|
|
"google-closure-library": "^20171203.0.0",
|
|
"typescript": "^2.6.2"
|
|
},
|
|
"scripts": {
|
|
"tsc": "tsc"
|
|
}
|
|
}
|