]> git.proxmox.com Git - mirror_xterm.js.git/blame - package.json
Set line height of terminal rows to normal
[mirror_xterm.js.git] / package.json
CommitLineData
721bd272 1{
9f0fa2f8 2 "name": "xterm",
537fbad7 3 "version": "0.33.0",
721bd272 4 "ignore": ["demo", "test", ".gitignore"],
9f0fa2f8
PK
5 "main": "src/xterm.js",
6 "repository": "https://github.com/sourcelair/xterm.js",
53e8df40
PK
7 "license": "MIT",
8 "devDependencies": {
9 "express": "4.13.4",
10 "express-ws": "2.0.0-rc.1",
11 "pty.js": "0.3.0"
12 },
13 "scripts": {
14 "start": "bash bin/server"
15 }
721bd272 16}