spiegel-keyman/common/predictive-text/package.json

44 lines
1.4 KiB
JSON

{
"name": "keyman-lmlayer-prototype",
"version": "0.20181001.0",
"description": "Keyman/Predictive Text integration layer",
"scripts": {
"karma": "karma",
"mocha": "mocha",
"test": "bash ./unit_tests/test.sh",
"tsc": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eddieantonio/keyman-lmlayer-prototype.git"
},
"author": "Eddie Antonio Santos <easantos@ualberta.ca> (http://eddieantonio.ca/)",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/eddieantonio/keyman-lmlayer-prototype/issues"
},
"homepage": "https://github.com/eddieantonio/keyman-lmlayer-prototype#readme",
"devDependencies": {
"@types/node": "^10.11.7",
"chai": "^4.2.0",
"karma": "^3.1.1",
"karma-browserstack-launcher": "^1.3.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",
"mocha-teamcity-reporter": "^2.5.1",
"sinon": "^7.1.1",
"ts-node": "^7.0.1",
"typescript": "^3.1.4"
}
}