mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-21 23:27:39 +00:00
14 lines
366 B
JSON
14 lines
366 B
JSON
{
|
|
"name": "lmlayer-cli",
|
|
"version": "1.0.0",
|
|
"description": "Command line interface to the predictive text engine.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Eddie Antonio Santos <Eddie.Santos@nrc-cnrc.gc.ca>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"event-iterator": "^1.2.0"
|
|
}
|
|
}
|