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

25 lines
754 B
JSON

{
"name": "keyman-lmlayer-prototype",
"version": "0.20181001.0",
"description": "Keyman/Predictive Text integration layer",
"scripts": {
"test": "echo 'No tests defined' && false",
"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",
"ava": "^0.25.0",
"ts-node": "^7.0.1",
"typescript": "^3.1.4"
}
}