mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 17:05:34 +00:00
Starts to resolve the chaos of putting version numbers into every package.json file. Adds a new keyman-version package which mimics the version information in build-utils.sh. This will eventually replace resources/web-environment. Fixes the build for the lexical model compiler tools to remove refs to package.json version and use keyman-version instead. More fixes coming in a follow-up.
24 lines
566 B
JSON
24 lines
566 B
JSON
{
|
|
"name": "@keymanapp/resources-gosh",
|
|
"description": "Good Ol' Shell",
|
|
"author": "Marc Durdin <marc@keyman.com> (https://github.com/mcdurdin)",
|
|
"contributors": [
|
|
"Eddie Antonio Santos <Eddie.Santos@nrc-cnrc.gc.ca>"
|
|
],
|
|
"homepage": "https://github.com/keymanapp/keyman",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"gosh": "./gosh.js"
|
|
},
|
|
"private": true,
|
|
"files": [
|
|
"bin"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/keymanapp/keyman.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/keymanapp/keyman/issues"
|
|
}
|
|
}
|