spiegel-keyman/resources/gosh/package.json
2021-08-06 14:02:51 -04:00

25 lines
590 B
JSON

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