spiegel-keyman/web/package.json
2017-12-19 18:07:27 +07:00

28 lines
645 B
JSON

{
"name": "keyman",
"version": "10.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": {
"google-closure-compiler": "^20171203.0.0",
"google-closure-library": "^20171203.0.0",
"typescript": "^2.6.2"
},
"scripts": {
"tsc": "tsc"
}
}