{ "name": "keyman-lmlayer-prototype", "version": "0.0.0", "description": "Keyman/Predictive Text integration layer", "main": "build/index.js", "scripts": { "karma": "karma", "mocha": "mocha", "test": "bash ./unit_tests/test.sh", "tsc": "tsc", "install": "npm link @keymanapp/lexical-model-types" }, "repository": { "type": "git", "url": "git+https://github.com/eddieantonio/keyman-lmlayer-prototype.git" }, "author": "Eddie Antonio Santos (http://eddieantonio.ca/)", "license": "MIT", "bugs": { "url": "https://github.com/eddieantonio/keyman-lmlayer-prototype/issues" }, "homepage": "https://github.com/eddieantonio/keyman-lmlayer-prototype#readme", "devDependencies": { "@types/node": "^10.12.11", "chai": "^4.2.0", "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", "mocha-teamcity-reporter": "^2.5.1", "sinon": "^7.1.1", "ts-node": "^7.0.1", "typescript": "^3.2.1" }, "dependencies": { "es6-shim": "^0.35.5", "string.prototype.codepointat": "^0.2.1", "string.prototype.startswith": "^0.2.0" } }