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",
|
2017-06-10 06:29:16 +08:00
|
|
|
"author": {
|
|
|
|
"name": "Eugene Pankov",
|
|
|
|
"email": "e@ajenti.org"
|
|
|
|
},
|
2016-12-23 17:06:53 +08:00
|
|
|
"main": "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": {
|
2017-07-16 01:07:41 +08:00
|
|
|
"@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-alpha.28",
|
2017-03-21 00:46:25 +08:00
|
|
|
"devtron": "1.4.0",
|
|
|
|
"electron-config": "0.2.1",
|
2017-04-16 23:13:03 +08:00
|
|
|
"electron-debug": "^1.0.1",
|
2017-03-21 00:46:25 +08:00
|
|
|
"electron-is-dev": "0.1.2",
|
2017-05-01 06:01:12 +08:00
|
|
|
"electron-squirrel-startup": "^1.0.0",
|
2017-04-12 04:45:59 +08:00
|
|
|
"js-yaml": "3.8.2",
|
2017-06-28 05:35:19 +08:00
|
|
|
"mz": "^2.6.0",
|
2017-04-12 04:45:59 +08:00
|
|
|
"path": "0.12.7",
|
|
|
|
"rxjs": "5.3.0",
|
2017-07-16 01:07:41 +08:00
|
|
|
"zone.js": "0.8.12"
|
2017-06-28 05:35:19 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/mz": "0.0.31"
|
2016-12-23 17:06:53 +08:00
|
|
|
}
|
|
|
|
}
|