mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 09:27:24 +00:00
35 lines
866 B
JSON
35 lines
866 B
JSON
{
|
|
"name": "terminus-settings",
|
|
"version": "1.0.0-alpha.36",
|
|
"description": "Terminus terminal settings page",
|
|
"keywords": [
|
|
"terminus-builtin-plugin"
|
|
],
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "webpack --progress --color --display-modules",
|
|
"watch": "webpack --progress --color --watch"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"author": "Eugene Pankov",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/deep-equal": "1.0.0",
|
|
"@types/node": "7.0.12",
|
|
"@types/webpack-env": "1.13.0",
|
|
"ngx-pipes": "^1.6.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/common": "4.0.1",
|
|
"@angular/core": "4.0.1",
|
|
"@angular/forms": "4.0.1",
|
|
"@angular/platform-browser": "4.0.1",
|
|
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.22",
|
|
"terminus-core": "*",
|
|
"rxjs": "5.3.0"
|
|
},
|
|
"false": {}
|
|
}
|