2017-04-11 20:45:59 +00:00
|
|
|
{
|
2021-06-29 21:57:04 +00:00
|
|
|
"name": "tabby-settings",
|
2021-09-06 21:38:58 +00:00
|
|
|
"version": "1.0.156",
|
2021-06-29 21:57:04 +00:00
|
|
|
"description": "Tabby terminal settings page",
|
2017-07-04 14:05:39 +00:00
|
|
|
"keywords": [
|
2021-06-29 21:57:04 +00:00
|
|
|
"tabby-builtin-plugin"
|
2017-07-04 14:05:39 +00:00
|
|
|
],
|
2017-04-11 20:45:59 +00:00
|
|
|
"main": "dist/index.js",
|
2019-06-06 11:45:15 +00:00
|
|
|
"typings": "typings/index.d.ts",
|
2017-04-11 20:45:59 +00:00
|
|
|
"scripts": {
|
|
|
|
"build": "webpack --progress --color --display-modules",
|
|
|
|
"watch": "webpack --progress --color --watch"
|
|
|
|
},
|
2017-06-04 16:58:00 +00:00
|
|
|
"files": [
|
2019-06-30 21:08:30 +00:00
|
|
|
"typings"
|
2017-06-04 16:58:00 +00:00
|
|
|
],
|
2017-04-11 20:45:59 +00:00
|
|
|
"author": "Eugene Pankov",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2021-08-25 04:24:35 +00:00
|
|
|
"marked": "^3.0.2",
|
2021-09-24 21:59:34 +00:00
|
|
|
"ngx-infinite-scroll": "^10.0.1"
|
2017-04-11 20:45:59 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2020-12-23 20:45:47 +00:00
|
|
|
"@angular/animations": "^9.1.9",
|
|
|
|
"@angular/common": "^9.1.11",
|
|
|
|
"@angular/core": "^9.1.9",
|
|
|
|
"@angular/forms": "^9.1.11",
|
|
|
|
"@angular/platform-browser": "^9.1.11",
|
|
|
|
"@ng-bootstrap/ng-bootstrap": "^6.1.0",
|
|
|
|
"rxjs": "^6.5.5",
|
2021-06-29 21:57:04 +00:00
|
|
|
"tabby-core": "*"
|
2018-12-10 16:18:23 +00:00
|
|
|
}
|
2017-04-11 20:45:59 +00:00
|
|
|
}
|