mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "keyman",
|
|
"version": "11.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": {
|
|
"chai": "^4.2.0",
|
|
"google-closure-compiler": "^20171203.0.0",
|
|
"html2canvas": "^1.0.0-alpha.12",
|
|
"karma": "^3.1.4",
|
|
"karma-browserstack-launcher": "^1.4.0",
|
|
"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.6.0",
|
|
"typescript": "^3.2.2"
|
|
},
|
|
"scripts": {
|
|
"tsc": "tsc",
|
|
"test": "bash ./unit_tests/test.sh",
|
|
"karma": "karma",
|
|
"modernizr": "modernizr"
|
|
},
|
|
"dependencies": {
|
|
"promise-polyfill": "^8.1.0"
|
|
}
|
|
}
|