2016-12-23 10:06:53 +01:00
|
|
|
{
|
2017-04-11 22:45:59 +02:00
|
|
|
"name": "terminus",
|
2017-04-30 00:25:01 +02:00
|
|
|
"description": "A terminal for a modern age",
|
2018-11-28 21:26:15 +01:00
|
|
|
"repository": "https://github.com/eugeny/terminus",
|
2017-06-10 00:29:16 +02:00
|
|
|
"author": {
|
|
|
|
"name": "Eugene Pankov",
|
|
|
|
"email": "e@ajenti.org"
|
|
|
|
},
|
2018-08-26 17:35:04 +02:00
|
|
|
"main": "dist/main.js",
|
2017-06-20 22:11:08 +02:00
|
|
|
"version": "1.0.0-alpha.1",
|
2017-04-15 15:20:18 +02:00
|
|
|
"scripts": {
|
2017-06-24 15:20:42 +02:00
|
|
|
"build": "webpack --progress --color --display-modules",
|
|
|
|
"watch": "webpack --progress --color --watch"
|
2017-04-15 15:20:18 +02:00
|
|
|
},
|
2016-12-23 10:06:53 +01:00
|
|
|
"dependencies": {
|
2019-03-06 23:46:08 +01:00
|
|
|
"@angular/animations": "7.2.8",
|
|
|
|
"@angular/common": "7.2.8",
|
|
|
|
"@angular/compiler": "7.2.8",
|
|
|
|
"@angular/core": "7.2.8",
|
|
|
|
"@angular/forms": "7.2.8",
|
|
|
|
"@angular/platform-browser": "7.2.8",
|
|
|
|
"@angular/platform-browser-dynamic": "7.2.8",
|
2019-05-30 05:27:04 +00:00
|
|
|
"@ng-bootstrap/ng-bootstrap": "^4.2.0",
|
2017-03-20 17:46:25 +01:00
|
|
|
"devtron": "1.4.0",
|
2019-05-24 19:00:52 +00:00
|
|
|
"electron-config": "2.0.0",
|
2019-05-24 18:43:52 +00:00
|
|
|
"electron-debug": "^3.0.0",
|
2019-05-24 16:57:43 +00:00
|
|
|
"electron-is-dev": "1.1.0",
|
2019-05-19 20:30:40 +02:00
|
|
|
"electron-updater": "^4.0.6",
|
2019-05-24 15:12:27 +00:00
|
|
|
"js-yaml": "3.13.1",
|
2019-05-24 15:47:45 +00:00
|
|
|
"mz": "^2.7.0",
|
2018-10-22 16:02:20 +02:00
|
|
|
"ngx-toastr": "^9.1.1",
|
2017-04-11 22:45:59 +02:00
|
|
|
"path": "0.12.7",
|
2019-05-24 18:48:54 +00:00
|
|
|
"rxjs": "^6.5.2",
|
2019-05-31 18:17:41 +02:00
|
|
|
"rxjs-compat": "^6.5.2",
|
2019-05-24 18:07:13 +00:00
|
|
|
"yargs": "^13.2.4",
|
2019-05-24 16:56:53 +00:00
|
|
|
"zone.js": "^0.8.29"
|
2017-06-27 23:35:19 +02:00
|
|
|
},
|
2018-10-05 20:20:21 +02:00
|
|
|
"optionalDependencies": {
|
2019-05-06 14:09:30 +02:00
|
|
|
"windows-blurbehind": "^1.0.1",
|
2019-05-24 15:14:33 +00:00
|
|
|
"windows-swca": "^2.0.2"
|
2018-10-05 20:20:21 +02:00
|
|
|
},
|
2017-06-27 23:35:19 +02:00
|
|
|
"devDependencies": {
|
2019-05-24 16:56:23 +00:00
|
|
|
"@types/mz": "0.0.32"
|
2016-12-23 10:06:53 +01:00
|
|
|
}
|
|
|
|
}
|