mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-01-10 04:44:21 +01:00
29 lines
657 B
JSON
29 lines
657 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": {
|
|
"babel-core": "^6.26.0",
|
|
"babel-polyfill": "^6.26.0",
|
|
"babel-preset-env": "^1.6.1",
|
|
"babelify": "^8.0.0",
|
|
"browserify": "^14.5.0",
|
|
"bulma": "^0.6.1",
|
|
"fast-text-encoding": "^1.0.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-inline-source": "^3.0.0",
|
|
"xterm": "^3.0.1",
|
|
"zmodem.js": "^0.1.5"
|
|
}
|
|
}
|