mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 17:36:00 +00:00
18 lines
557 B
JSON
18 lines
557 B
JSON
{
|
|
"name": "@keymanapp/web-environment",
|
|
"description": "A compilation utility for passing select environment variables into our TS builds",
|
|
"author": "Joshua Horton <joshua_horton@sil.org> (https://github.com/jahorton)",
|
|
"homepage": "https://github.com/keymanapp/keyman",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/keymanapp/keyman.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/keymanapp/keyman/issues"
|
|
},
|
|
"devDependencies": {
|
|
"@keymanapp/resources-gosh": "*"
|
|
}
|
|
}
|