mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-28 05:36:31 +03:00
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "terminus-terminal",
|
|
"version": "0.0.1",
|
|
"description": "Terminus' terminal emulation core",
|
|
"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",
|
|
"awesome-typescript-loader": "3.1.2",
|
|
"css-loader": "^0.28.0",
|
|
"dataurl": "0.1.0",
|
|
"deep-equal": "1.0.1",
|
|
"pug": "^2.0.0-beta11",
|
|
"pug-loader": "^2.3.0",
|
|
"raw-loader": "^0.5.1",
|
|
"sass-loader": "^6.0.3",
|
|
"to-string-loader": "^1.1.5",
|
|
"typescript": "^2.2.2",
|
|
"webpack": "2.3.3"
|
|
},
|
|
"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": {}
|
|
}
|