Move to xterm.js for CJK and IME support (#22)

This commit is contained in:
Shuanglei Tao
2016-11-09 20:02:04 +08:00
committed by GitHub
parent 24c3f2a880
commit e0e6d89870
14 changed files with 1802 additions and 700 deletions

20
html/package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "ttyd",
"version": "1.1.0",
"description": "Share your terminal over the web",
"main": "js/app.js",
"repository": {
"url": "git@github.com:tsl0922/ttyd.git",
"type": "git"
},
"author": "Shuanglei Tao <tsl0922@gmail.com>",
"license": "MIT",
"scripts": {
"build": "gulp"
},
"dependencies": {
"gulp": "^3.9.1",
"gulp-inline-source": "^3.0.0",
"xterm": "^2.1.0"
}
}