mirror of
https://github.com/yudai/gotty.git
synced 2025-09-21 21:40:49 +02:00

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.
13 lines
331 B
JSON
13 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"
|
|
}
|
|
}
|