mirror of
https://github.com/tsl0922/ttyd.git
synced 2025-12-24 20:54:21 +01:00
36 lines
844 B
JSON
36 lines
844 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": {
|
|
"bulma": "^0.6.1",
|
|
"core-js": "^2.5.3",
|
|
"fast-text-encoding": "^1.0.0",
|
|
"xterm": "^3.0.2",
|
|
"zmodem.js": "^0.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.26.0",
|
|
"babel-loader": "^7.1.2",
|
|
"babel-preset-env": "^1.6.1",
|
|
"css-loader": "^0.28.8",
|
|
"extract-text-webpack-plugin": "^3.0.2",
|
|
"gulp": "^3.9.1",
|
|
"gulp-inline-source": "^3.1.0",
|
|
"node-sass": "^4.7.2",
|
|
"sass-loader": "^6.0.6",
|
|
"style-loader": "^0.19.1",
|
|
"webpack-stream": "^4.0.0"
|
|
}
|
|
}
|