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