{ "name": "terminus-terminal", "version": "1.0.0-alpha.14", "description": "Terminus' terminal emulation core", "keywords": ["terminus-plugin"], "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "build": "webpack --progress --color --display-modules", "watch": "webpack --progress --color --watch" }, "files": [ "dist" ], "author": "Eugene Pankov", "license": "MIT", "devDependencies": { "@types/deep-equal": "^1.0.0", "@types/mz": "0.0.31", "@types/node": "7.0.12", "@types/webpack-env": "1.13.0", "@types/winreg": "^1.2.30", "dataurl": "0.1.0", "deep-equal": "1.0.1" }, "peerDependencies": { "@angular/common": "4.0.1", "@angular/core": "4.0.1", "@angular/forms": "4.0.1", "@angular/platform-browser": "4.0.1", "@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.22", "terminus-core": "*", "terminus-settings": "*", "rxjs": "5.3.0" }, "dependencies": { "font-manager": "0.2.2", "fs-promise": "2.0.2", "hterm-umdjs": "1.1.3", "mz": "^2.6.0", "node-pty": "0.6.2", "winreg": "^1.2.3" }, "false": {} }