web-terminal-lite
Version:
A lightweight in-browser terminal that simulates a shell-like experience
13 lines (12 loc) • 343 B
JSON
{
"name": "web-terminal-lite",
"version": "1.0.0",
"description": "A lightweight in-browser terminal that simulates a shell-like experience",
"main": "index.js",
"keywords": ["terminal", "xterm", "shell", "in-browser", "simulator"],
"author": "WebTerminal Demo",
"license": "MIT",
"dependencies": {
"xterm": "^5.3.0"
}
}