]> git.proxmox.com Git - mirror_xterm.js.git/blame - package.json
Merge pull request #289 from Tyriar/151_allow_wheel_in_application_mode
[mirror_xterm.js.git] / package.json
CommitLineData
721bd272 1{
9f0fa2f8 2 "name": "xterm",
220828f7 3 "version": "1.1.3",
d76d5067
JB
4 "ignore": [
5 "demo",
6 "test",
7 ".gitignore"
8 ],
9f0fa2f8
PK
9 "main": "src/xterm.js",
10 "repository": "https://github.com/sourcelair/xterm.js",
53e8df40
PK
11 "license": "MIT",
12 "devDependencies": {
ed1a31d1
PK
13 "babel-core": "6.14.0",
14 "babel-preset-es2015": "6.14.0",
15 "babelify": "^7.3.0",
16 "browserify": "^13.1.0",
d76d5067 17 "chai": "3.5.0",
ed1a31d1 18 "derequire": "^2.0.3",
d76d5067 19 "docdash": "0.4.0",
ed1a31d1 20 "exorcist": "^0.4.0",
53e8df40
PK
21 "express": "4.13.4",
22 "express-ws": "2.0.0-rc.1",
d76d5067 23 "glob": "^7.0.5",
be304c6e 24 "jsdoc": "3.4.0",
d76d5067 25 "mocha": "2.5.3",
ed1a31d1 26 "nodemon": "1.10.2",
fc2a0d3e 27 "pty.js": "0.3.1",
d76d5067 28 "sleep": "^3.0.1"
53e8df40
PK
29 },
30 "scripts": {
ed1a31d1
PK
31 "start": "nodemon --watch src --watch addons --exec bash -c './bin/build && node demo/app'",
32 "test": "mocha --recursive --compilers js:babel-core/register",
33 "build:docs": "jsdoc -c jsdoc.json",
34 "build": "./bin/build"
53e8df40 35 }
721bd272 36}