mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
20 lines
512 B
JSON
20 lines
512 B
JSON
{
|
|
"name": "lmlayer-cli",
|
|
"version": "0.2.0",
|
|
"description": "Command line interface to the predictive text engine.",
|
|
"main": "index.js",
|
|
"bin": "./index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Eddie Antonio Santos <Eddie.Santos@nrc-cnrc.gc.ca>",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/keymanapp/keyman.git"
|
|
},
|
|
"dependencies": {
|
|
"commander": "^2.20.0",
|
|
"event-iterator": "^1.2.0"
|
|
}
|
|
}
|