Files
ttyd/preact/package.json
2019-05-24 20:44:46 +08:00

25 lines
504 B
JSON

{
"private": true,
"name": "ttyd",
"version": "1.0.0",
"description": "Share your terminal over the web",
"repository": {
"url": "git@github.com:tsl0922/ttyd.git",
"type": "git"
},
"author": "Shuanglei Tao <tsl0922@gmail.com>",
"license": "MIT",
"scripts": {
"start": "preact watch"
},
"devDependencies": {
"preact-cli": "^2.1.0"
},
"dependencies": {
"decko": "^1.2.0",
"fast-text-encoding": "^1.0.0",
"preact": "^8.2.7",
"xterm": "^3.3.0"
}
}