mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-10 12:16:34 +03:00
39 lines
1016 B
JSON
39 lines
1016 B
JSON
{
|
|
"name": "terminus",
|
|
"description": "A terminal for a modern age",
|
|
"author": {
|
|
"name": "Eugene Pankov",
|
|
"email": "e@ajenti.org"
|
|
},
|
|
"main": "main.js",
|
|
"version": "1.0.0-alpha.1",
|
|
"scripts": {
|
|
"build": "webpack --progress --color --display-modules",
|
|
"watch": "webpack --progress --color --watch"
|
|
},
|
|
"dependencies": {
|
|
"@angular/animations": "4.3.0",
|
|
"@angular/common": "4.3.0",
|
|
"@angular/compiler": "4.3.0",
|
|
"@angular/core": "4.3.0",
|
|
"@angular/forms": "4.3.0",
|
|
"@angular/platform-browser": "4.3.0",
|
|
"@angular/platform-browser-dynamic": "4.3.0",
|
|
"@ng-bootstrap/ng-bootstrap": "^1.0.0-beta.2",
|
|
"devtron": "1.4.0",
|
|
"electron-config": "0.2.1",
|
|
"electron-debug": "^1.0.1",
|
|
"electron-is-dev": "0.1.2",
|
|
"electron-squirrel-startup": "^1.0.0",
|
|
"js-yaml": "3.8.2",
|
|
"mz": "^2.6.0",
|
|
"path": "0.12.7",
|
|
"rxjs": "5.3.0",
|
|
"xkeychain": "0.0.6",
|
|
"zone.js": "0.8.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mz": "0.0.31"
|
|
}
|
|
}
|