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