spiegel-keyman/resources/gosh/package.json
2022-03-27 14:44:10 -04:00

25 lines
591 B
JSON

{
"name": "@keymanapp/resources-gosh",
"version": "15.0.224",
"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"
}
}