mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 17:28:06 +00:00
32 lines
767 B
JSON
32 lines
767 B
JSON
{
|
|
"name": "terminus-settings",
|
|
"version": "1.0.83-nightly.4",
|
|
"description": "Terminus terminal settings page",
|
|
"keywords": [
|
|
"terminus-builtin-plugin"
|
|
],
|
|
"main": "dist/index.js",
|
|
"typings": "typings/index.d.ts",
|
|
"scripts": {
|
|
"build": "webpack --progress --color --display-modules",
|
|
"watch": "webpack --progress --color --watch"
|
|
},
|
|
"files": [
|
|
"typings"
|
|
],
|
|
"author": "Eugene Pankov",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/deep-equal": "1.0.1",
|
|
"ngx-pipes": "^1.6.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/common": "^7",
|
|
"@angular/core": "^7",
|
|
"@angular/forms": "^7",
|
|
"@angular/platform-browser": "^7",
|
|
"@ng-bootstrap/ng-bootstrap": "^1",
|
|
"terminus-core": "*",
|
|
"rxjs": "^5"
|
|
}
|
|
}
|