mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 17:28:06 +00:00
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "terminus-terminal",
|
|
"version": "1.0.0-alpha.36",
|
|
"description": "Terminus' terminal emulation core",
|
|
"keywords": [
|
|
"terminus-builtin-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",
|
|
"file-loader": "^0.11.2"
|
|
},
|
|
"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",
|
|
"rxjs": "5.3.0",
|
|
"terminus-core": "*",
|
|
"terminus-settings": "*"
|
|
},
|
|
"dependencies": {
|
|
"@types/async-lock": "0.0.19",
|
|
"async-lock": "^1.0.0",
|
|
"font-manager": "0.2.2",
|
|
"hterm-umdjs": "1.1.3",
|
|
"mz": "^2.6.0",
|
|
"node-pty-tmp": "0.7.1",
|
|
"ps-node": "^0.1.6",
|
|
"runes": "^0.4.2",
|
|
"winreg": "^1.2.3"
|
|
},
|
|
"false": {}
|
|
}
|