]> git.proxmox.com Git - mirror_xterm.js.git/blame - package.json
Merge remote-tracking branch 'upstream/master' into typescript_build_2
[mirror_xterm.js.git] / package.json
CommitLineData
721bd272 1{
9f0fa2f8 2 "name": "xterm",
76a890aa 3 "version": "2.0.1",
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": {
441009d3 13 "@types/node": "^6.0.41",
ed1a31d1 14 "browserify": "^13.1.0",
d76d5067
JB
15 "chai": "3.5.0",
16 "docdash": "0.4.0",
53e8df40
PK
17 "express": "4.13.4",
18 "express-ws": "2.0.0-rc.1",
d76d5067 19 "glob": "^7.0.5",
be304c6e 20 "jsdoc": "3.4.0",
d76d5067 21 "mocha": "2.5.3",
ed1a31d1 22 "nodemon": "1.10.2",
fc2a0d3e 23 "pty.js": "0.3.1",
441009d3
DI
24 "sleep": "^3.0.1",
25 "tsify": "^1.0.7",
26 "typescript": "^2.0.3",
27 "typings": "^1.4.0"
53e8df40
PK
28 },
29 "scripts": {
ed1a31d1 30 "start": "nodemon --watch src --watch addons --exec bash -c './bin/build && node demo/app'",
729c0abf 31 "test": "./bin/build && mocha --recursive ./test/*test.js ./test/**/*test.js",
ed1a31d1
PK
32 "build:docs": "jsdoc -c jsdoc.json",
33 "build": "./bin/build"
53e8df40 34 }
721bd272 35}