2016-12-23 09:06:53 +00:00
|
|
|
{
|
2017-04-11 20:45:59 +00:00
|
|
|
"name": "terminus",
|
2017-04-29 22:25:01 +00:00
|
|
|
"description": "A terminal for a modern age",
|
2017-06-09 22:29:16 +00:00
|
|
|
"author": {
|
|
|
|
"name": "Eugene Pankov",
|
|
|
|
"email": "e@ajenti.org"
|
|
|
|
},
|
2016-12-23 09:06:53 +00:00
|
|
|
"main": "main.js",
|
2017-06-20 20:11:08 +00:00
|
|
|
"version": "1.0.0-alpha.1",
|
2017-04-15 13:20:18 +00:00
|
|
|
"scripts": {
|
2017-06-24 13:20:42 +00:00
|
|
|
"build": "webpack --progress --color --display-modules",
|
|
|
|
"watch": "webpack --progress --color --watch"
|
2017-04-15 13:20:18 +00:00
|
|
|
},
|
2016-12-23 09:06:53 +00:00
|
|
|
"dependencies": {
|
2017-04-11 20:45:59 +00:00
|
|
|
"@angular/animations": "4.0.1",
|
|
|
|
"@angular/common": "4.0.1",
|
|
|
|
"@angular/compiler": "4.0.1",
|
|
|
|
"@angular/core": "4.0.1",
|
|
|
|
"@angular/forms": "4.0.1",
|
|
|
|
"@angular/platform-browser": "4.0.1",
|
|
|
|
"@angular/platform-browser-dynamic": "4.0.1",
|
|
|
|
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.22",
|
2017-03-20 16:46:25 +00:00
|
|
|
"devtron": "1.4.0",
|
|
|
|
"electron-config": "0.2.1",
|
2017-04-16 15:13:03 +00:00
|
|
|
"electron-debug": "^1.0.1",
|
2017-03-20 16:46:25 +00:00
|
|
|
"electron-is-dev": "0.1.2",
|
2017-04-30 22:01:12 +00:00
|
|
|
"electron-squirrel-startup": "^1.0.0",
|
2017-04-15 13:20:18 +00:00
|
|
|
"fs-promise": "^2.0.2",
|
2017-04-11 20:45:59 +00:00
|
|
|
"js-yaml": "3.8.2",
|
|
|
|
"path": "0.12.7",
|
|
|
|
"rxjs": "5.3.0",
|
|
|
|
"zone.js": "0.8.4"
|
2016-12-23 09:06:53 +00:00
|
|
|
}
|
|
|
|
}
|