2016-12-23 12:06:53 +03:00
|
|
|
{
|
2017-04-11 23:45:59 +03:00
|
|
|
"name": "terminus",
|
2017-04-30 01:25:01 +03:00
|
|
|
"description": "A terminal for a modern age",
|
2017-06-10 01:29:16 +03:00
|
|
|
"author": {
|
|
|
|
"name": "Eugene Pankov",
|
|
|
|
"email": "e@ajenti.org"
|
|
|
|
},
|
2016-12-23 12:06:53 +03:00
|
|
|
"main": "main.js",
|
2017-06-20 23:11:08 +03:00
|
|
|
"version": "1.0.0-alpha.1",
|
2017-04-15 16:20:18 +03:00
|
|
|
"scripts": {
|
2017-06-24 16:20:42 +03:00
|
|
|
"build": "webpack --progress --color --display-modules",
|
|
|
|
"watch": "webpack --progress --color --watch"
|
2017-04-15 16:20:18 +03:00
|
|
|
},
|
2016-12-23 12:06:53 +03:00
|
|
|
"dependencies": {
|
2018-05-20 17:12:05 +03:00
|
|
|
"@angular/animations": "6.0.2",
|
|
|
|
"@angular/common": "6.0.2",
|
|
|
|
"@angular/compiler": "6.0.2",
|
|
|
|
"@angular/core": "6.0.2",
|
|
|
|
"@angular/forms": "6.0.2",
|
|
|
|
"@angular/platform-browser": "6.0.2",
|
|
|
|
"@angular/platform-browser-dynamic": "6.0.2",
|
|
|
|
"@ng-bootstrap/ng-bootstrap": "^2.0.0",
|
2017-03-20 19:46:25 +03:00
|
|
|
"devtron": "1.4.0",
|
|
|
|
"electron-config": "0.2.1",
|
2017-04-16 18:13:03 +03:00
|
|
|
"electron-debug": "^1.0.1",
|
2017-03-20 19:46:25 +03:00
|
|
|
"electron-is-dev": "0.1.2",
|
2017-05-01 01:01:12 +03:00
|
|
|
"electron-squirrel-startup": "^1.0.0",
|
2017-04-11 23:45:59 +03:00
|
|
|
"js-yaml": "3.8.2",
|
2017-06-28 00:35:19 +03:00
|
|
|
"mz": "^2.6.0",
|
2018-05-20 17:12:05 +03:00
|
|
|
"ngx-toastr": "^8.7.3",
|
2017-04-11 23:45:59 +03:00
|
|
|
"path": "0.12.7",
|
2018-05-20 17:12:05 +03:00
|
|
|
"rxjs": "^6.1.0",
|
|
|
|
"zone.js": "~0.8.26"
|
2017-06-28 00:35:19 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/mz": "0.0.31"
|
2016-12-23 12:06:53 +03:00
|
|
|
}
|
|
|
|
}
|