mirror of
https://github.com/tsl0922/ttyd.git
synced 2025-12-24 12:44:20 +01:00
21 lines
420 B
JSON
21 lines
420 B
JSON
{
|
|
"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.4.0"
|
|
}
|
|
}
|