1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-30 22:53:31 +03:00
tabby/terminus-terminal/package.json

51 lines
1.3 KiB
JSON
Raw Normal View History

2017-04-11 03:22:48 +03:00
{
"name": "terminus-terminal",
"version": "0.0.1",
"description": "Terminus' terminal emulation core",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
2017-04-11 23:45:59 +03:00
"build": "webpack --progress --color --display-modules",
2017-04-11 03:22:48 +03:00
"watch": "webpack --progress --color --watch"
},
2017-04-30 01:25:01 +03:00
"files": ["dist"],
2017-04-11 03:22:48 +03:00
"author": "Eugene Pankov",
"license": "MIT",
"devDependencies": {
2017-04-17 18:27:04 +03:00
"@types/deep-equal": "^1.0.0",
2017-04-24 22:26:59 +03:00
"@types/mz": "0.0.31",
2017-04-11 03:22:48 +03:00
"@types/node": "7.0.12",
"@types/webpack-env": "1.13.0",
2017-04-17 18:27:04 +03:00
"@types/winreg": "^1.2.30",
2017-04-11 03:22:48 +03:00
"awesome-typescript-loader": "3.1.2",
"css-loader": "^0.28.0",
2017-04-11 23:45:59 +03:00
"dataurl": "0.1.0",
"deep-equal": "1.0.1",
2017-04-11 03:22:48 +03:00
"pug": "^2.0.0-beta11",
"pug-loader": "^2.3.0",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.3",
2017-04-11 23:45:59 +03:00
"to-string-loader": "^1.1.5",
2017-04-17 15:57:22 +03:00
"typescript": "^2.2.2",
2017-04-11 03:22:48 +03:00
"webpack": "2.3.3"
},
2017-04-11 23:45:59 +03:00
"peerDependencies": {
2017-04-11 03:22:48 +03:00
"@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",
2017-04-11 23:45:59 +03:00
"terminus-core": "*",
"terminus-settings": "*",
"rxjs": "5.3.0"
},
"dependencies": {
"font-manager": "0.2.2",
2017-04-17 18:27:04 +03:00
"fs-promise": "2.0.2",
2017-05-14 14:45:14 +03:00
"hterm-umdjs": "1.1.3",
2017-04-24 22:26:59 +03:00
"mz": "^2.6.0",
2017-04-17 18:27:04 +03:00
"node-pty": "0.6.2",
"winreg": "^1.2.3"
2017-04-11 03:22:48 +03:00
}
}