]> git.proxmox.com Git - mirror_xterm.js.git/blame - package.json
Bump version to 2.2.0
[mirror_xterm.js.git] / package.json
CommitLineData
721bd272 1{
9f0fa2f8 2 "name": "xterm",
cd70d298 3 "version": "2.2.0",
d76d5067
JB
4 "ignore": [
5 "demo",
6 "test",
7 ".gitignore"
8 ],
68906b5d 9 "main": "dist/xterm.js",
9f0fa2f8 10 "repository": "https://github.com/sourcelair/xterm.js",
53e8df40
PK
11 "license": "MIT",
12 "devDependencies": {
9937d544
DI
13 "@types/chai": "^3.4.34",
14 "@types/mocha": "^2.2.33",
441009d3 15 "@types/node": "^6.0.41",
ed1a31d1 16 "browserify": "^13.1.0",
d76d5067
JB
17 "chai": "3.5.0",
18 "docdash": "0.4.0",
c63732ef 19 "exorcist": "^0.4.0",
53e8df40
PK
20 "express": "4.13.4",
21 "express-ws": "2.0.0-rc.1",
d76d5067 22 "glob": "^7.0.5",
1d300911 23 "jsdoc": "3.4.3",
d76d5067 24 "mocha": "2.5.3",
ed1a31d1 25 "nodemon": "1.10.2",
fc2a0d3e 26 "pty.js": "0.3.1",
441009d3 27 "sleep": "^3.0.1",
c63732ef 28 "sorcery": "^0.10.0",
a995b610 29 "typescript": "^2.0.3"
53e8df40
PK
30 },
31 "scripts": {
56ecc77d
DI
32 "start": "nodemon --watch src --watch addons --watch demo --exec bash -c './bin/build && node demo/app'",
33 "test": "./bin/build && mocha --recursive ./out",
ed1a31d1
PK
34 "build:docs": "jsdoc -c jsdoc.json",
35 "build": "./bin/build"
53e8df40 36 }
721bd272 37}