tabby/app/package.json

32 lines
931 B
JSON
Raw Normal View History

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",
"author": "Eugene Pankov",
2016-12-23 09:06:53 +00:00
"main": "main.js",
2017-05-01 18:12:39 +00:00
"version": "0.0.2",
2017-04-15 13:20:18 +00:00
"scripts": {
"build": "../node_modules/.bin/webpack --progress --color --display-modules",
"watch": "../node_modules/.bin/webpack --progress --color --watch"
},
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
}
}