]> git.proxmox.com Git - mirror_xterm.js.git/blame - package.json
Merge pull request #168 from freebroccolo/master
[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",
d1a6e8de 11 "pty.js": "0.3.1",
fa093e2b 12 "mocha": "2.5.3",
be304c6e
PK
13 "chai": "3.5.0",
14 "jsdoc": "3.4.0",
15 "docdash": "0.4.0"
53e8df40
PK
16 },
17 "scripts": {
2aab5847
DI
18 "start": "node demo/app",
19 "test": "mocha --recursive",
be304c6e 20 "build:docs": "node_modules/.bin/jsdoc -c jsdoc.json"
53e8df40 21 }
721bd272 22}