mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
67 lines
2 KiB
JSON
67 lines
2 KiB
JSON
{
|
|
"name": "keyman",
|
|
"version": "14.0.179",
|
|
"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": {
|
|
"@keymanapp/resources-gosh": "^14.0.179",
|
|
"@keymanapp/web-sentry-manager": "^14.0.179",
|
|
"@sentry/cli": "^1.52.3",
|
|
"chai": "^4.2.0",
|
|
"google-closure-compiler-java": "^20200224.0.0",
|
|
"html2canvas": "^1.0.0-alpha.12",
|
|
"karma": "^4.2.0",
|
|
"karma-browserstack-launcher": "^1.5.1",
|
|
"karma-chai": "^0.1.0",
|
|
"karma-chrome-launcher": "^2.2.0",
|
|
"karma-edge-launcher": "^0.4.2",
|
|
"karma-firefox-launcher": "^1.1.0",
|
|
"karma-fixture": "^0.2.6",
|
|
"karma-html2js-preprocessor": "^1.1.0",
|
|
"karma-ie-launcher": "^1.0.0",
|
|
"karma-json-fixtures-preprocessor": "0.0.6",
|
|
"karma-mocha": "^1.3.0",
|
|
"karma-mocha-reporter": "^2.2.5",
|
|
"karma-safari-launcher": "^1.0.0",
|
|
"karma-teamcity-reporter": "^1.1.0",
|
|
"mocha": "^5.2.0",
|
|
"modernizr": "^3.7.1",
|
|
"typescript": "^3.8.3"
|
|
},
|
|
"scripts": {
|
|
"tsc": "tsc",
|
|
"test": "gosh ./unit_tests/test.sh",
|
|
"karma": "karma",
|
|
"lerna": "cd ../ && npm run lerna --",
|
|
"mocha": "mocha",
|
|
"modernizr": "modernizr",
|
|
"sentry-cli": "sentry-cli"
|
|
},
|
|
"dependencies": {
|
|
"@keymanapp/input-processor": "^14.0.179",
|
|
"@keymanapp/keyboard-processor": "^14.0.179",
|
|
"@keymanapp/lexical-model-layer": "^14.0.179",
|
|
"@keymanapp/models-types": "^14.0.179",
|
|
"@keymanapp/recorder-core": "^14.0.179",
|
|
"@keymanapp/web-environment": "^14.0.179",
|
|
"@keymanapp/web-utils": "^14.0.179",
|
|
"@types/node": "^11.9.4",
|
|
"es6-shim": "^0.35.5",
|
|
"eventemitter3": "^4.0.0",
|
|
"ts-node": "^8.0.2"
|
|
}
|
|
}
|