mirror of
https://github.com/ish-app/ish.git
synced 2026-01-25 14:06:40 +00:00
scroll momentum, correct initial layout, padding adjustment, moved the xtermjs files into app
15 lines
281 B
JSON
15 lines
281 B
JSON
{
|
|
"name": "xtermjs-glue",
|
|
"dependencies": {
|
|
"xterm": "^2.9.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.26.0",
|
|
"babel-loader": "^7.1.2",
|
|
"babel-preset-env": "^1.6.1",
|
|
"css-loader": "^0.28.7",
|
|
"style-loader": "^0.19.0",
|
|
"webpack": "^3.8.1"
|
|
}
|
|
}
|