]> git.proxmox.com Git - mirror_xterm.js.git/blobdiff - package.json
Implement docs building
[mirror_xterm.js.git] / package.json
index 4d4311662a94defbaa163170f2f1ca6577917e45..1b98517c286ff8f23fa65dba84505183c0ad2a5a 100644 (file)
@@ -1,19 +1,22 @@
 {
-  "name": "term.js",
-  "description": "A terminal written in javascript",
-  "author": "Christopher Jeffrey",
-  "version": "0.0.2",
-  "main": "./index.js",
-  "preferGlobal": false,
-  "repository": "git://github.com/chjj/term.js.git",
-  "homepage": "https://github.com/chjj/term.js",
-  "bugs": { "url": "https://github.com/chjj/term.js/issues" },
-  "keywords": ["tty", "terminal", "term", "xterm"],
-  "tags": ["tty", "terminal", "term", "xterm"],
-  "engines": { "node": ">= 0.8.0" },
+  "name": "xterm",
+  "version": "0.33.0",
+  "ignore": ["demo", "test", ".gitignore"],
+  "main": "src/xterm.js",
+  "repository": "https://github.com/sourcelair/xterm.js",
+  "license": "MIT",
   "devDependencies": {
-    "express": "3.1.0",
-    "socket.io": "0.9.13",
-    "pty.js": "0.2.3"
+    "express": "4.13.4",
+    "express-ws": "2.0.0-rc.1",
+    "pty.js": "0.3.0",
+    "mocha": "2.5.3",
+    "chai": "3.5.0",
+    "jsdoc": "3.4.0",
+    "docdash": "0.4.0"
+  },
+  "scripts": {
+    "start": "bash bin/server",
+    "test": "bash bin/test --recursive",
+    "build:docs": "node_modules/.bin/jsdoc -c jsdoc.json"
   }
 }