mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 23:34:26 +00:00
7355d67a64
Since xterm and hterm do not have proper comments for their license, add license-loader to keep their license information in the minimized bundle file.
14 lines
331 B
JSON
14 lines
331 B
JSON
{
|
|
"devDependencies": {
|
|
"license-loader": "^0.5.0",
|
|
"ts-loader": "^2.0.3",
|
|
"typescript": "^2.3.2",
|
|
"uglifyjs-webpack-plugin": "^1.0.0-beta.2",
|
|
"webpack": "^2.5.1"
|
|
},
|
|
"dependencies": {
|
|
"libapps": "github:yudai/libapps#release-hterm-1.70",
|
|
"xterm": "^2.7.0"
|
|
}
|
|
}
|