mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
20 lines
407 B
JSON
20 lines
407 B
JSON
{
|
|
"name": "@keymanapp/ldml-keyboard-constants",
|
|
"description": "Keyman LDML keyboard constants",
|
|
"keywords": [
|
|
"keyboard",
|
|
"keyman",
|
|
"ldml",
|
|
"unicode"
|
|
],
|
|
"files": [
|
|
"/build/keyman_core_ldml.*"
|
|
],
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "build/keyman_core_ldml.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/keymanapp/keyman.git"
|
|
}
|
|
}
|