2017-04-11 23:45:59 +03:00
|
|
|
{
|
|
|
|
"name": "terminus-settings",
|
2019-07-01 00:08:30 +03:00
|
|
|
"version": "1.0.83-nightly.4",
|
2017-04-11 23:45:59 +03:00
|
|
|
"description": "Terminus terminal settings page",
|
2017-07-04 17:05:39 +03:00
|
|
|
"keywords": [
|
2017-11-04 21:06:58 +03:00
|
|
|
"terminus-builtin-plugin"
|
2017-07-04 17:05:39 +03:00
|
|
|
],
|
2017-04-11 23:45:59 +03:00
|
|
|
"main": "dist/index.js",
|
2019-06-06 14:45:15 +03:00
|
|
|
"typings": "typings/index.d.ts",
|
2017-04-11 23:45:59 +03:00
|
|
|
"scripts": {
|
|
|
|
"build": "webpack --progress --color --display-modules",
|
|
|
|
"watch": "webpack --progress --color --watch"
|
|
|
|
},
|
2017-06-04 19:58:00 +03:00
|
|
|
"files": [
|
2019-07-01 00:08:30 +03:00
|
|
|
"typings"
|
2017-06-04 19:58:00 +03:00
|
|
|
],
|
2017-04-11 23:45:59 +03:00
|
|
|
"author": "Eugene Pankov",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2019-05-24 18:51:42 +03:00
|
|
|
"@types/deep-equal": "1.0.1",
|
2017-06-21 00:28:58 +03:00
|
|
|
"ngx-pipes": "^1.6.1"
|
2017-04-11 23:45:59 +03:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2019-07-04 12:32:24 +03:00
|
|
|
"@angular/common": "^7",
|
|
|
|
"@angular/core": "^7",
|
|
|
|
"@angular/forms": "^7",
|
|
|
|
"@angular/platform-browser": "^7",
|
|
|
|
"@ng-bootstrap/ng-bootstrap": "^1",
|
2017-04-11 23:45:59 +03:00
|
|
|
"terminus-core": "*",
|
2019-07-04 12:32:24 +03:00
|
|
|
"rxjs": "^5"
|
2018-12-10 19:18:23 +03:00
|
|
|
}
|
2017-04-11 23:45:59 +03:00
|
|
|
}
|