]> git.proxmox.com Git - mirror_xterm.js.git/blame - package.json
Add CXX environment
[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",
fa093e2b
PK
11 "pty.js": "0.3.0",
12 "mocha": "2.5.3",
13 "chai": "3.5.0"
53e8df40
PK
14 },
15 "scripts": {
fa093e2b
PK
16 "start": "bash bin/server",
17 "test": "bash bin/test"
53e8df40 18 }
721bd272 19}