mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
Also removes './' from front of gosh.js to address another npm cleanup (from `npm pkg fix`). Fixes: #13833
25 lines
581 B
JSON
25 lines
581 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"
|
|
},
|
|
"scripts": {},
|
|
"bugs": {
|
|
"url": "https://github.com/keymanapp/keyman/issues"
|
|
}
|
|
}
|