mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
Also removes './' from front of gosh.js to address another npm cleanup (from `npm pkg fix`). Fixes: #13833
21 lines
424 B
JSON
21 lines
424 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",
|
|
"scripts": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/keymanapp/keyman.git"
|
|
}
|
|
}
|