mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-10 19:05:31 +00:00
11 lines
310 B
JSON
11 lines
310 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"
|
|
}
|