mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 23:34:26 +00:00
8803721f3d
* Move to TypeScript from legacy JavaScript * Add support of xterm.js * Hterm is still available for backward compatibility
11 lines
181 B
JSON
11 lines
181 B
JSON
{
|
|
"devDependencies": {
|
|
"ts-loader": "^2.0.3",
|
|
"typescript": "^2.3.2",
|
|
"webpack": "^2.5.1"
|
|
},
|
|
"dependencies": {
|
|
"xterm": "^2.7.0"
|
|
}
|
|
}
|