2017-04-12 04:45:59 +08:00
|
|
|
{
|
|
|
|
"name": "terminus-settings",
|
2019-03-19 05:02:23 +08:00
|
|
|
"version": "1.0.73-c4-ga7d62b0",
|
2017-04-12 04:45:59 +08:00
|
|
|
"description": "Terminus terminal settings page",
|
2017-07-04 22:05:39 +08:00
|
|
|
"keywords": [
|
2017-11-05 02:06:58 +08:00
|
|
|
"terminus-builtin-plugin"
|
2017-07-04 22:05:39 +08:00
|
|
|
],
|
2017-04-12 04:45:59 +08:00
|
|
|
"main": "dist/index.js",
|
2019-06-06 19:45:15 +08:00
|
|
|
"typings": "typings/index.d.ts",
|
2017-04-12 04:45:59 +08:00
|
|
|
"scripts": {
|
|
|
|
"build": "webpack --progress --color --display-modules",
|
|
|
|
"watch": "webpack --progress --color --watch"
|
|
|
|
},
|
2017-06-05 00:58:00 +08:00
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
2017-04-12 04:45:59 +08:00
|
|
|
"author": "Eugene Pankov",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2019-05-24 23:51:42 +08:00
|
|
|
"@types/deep-equal": "1.0.1",
|
2017-06-21 05:28:58 +08:00
|
|
|
"ngx-pipes": "^1.6.1"
|
2017-04-12 04:45:59 +08:00
|
|
|
},
|
|
|
|
"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"
|
2018-12-11 00:18:23 +08:00
|
|
|
}
|
2017-04-12 04:45:59 +08:00
|
|
|
}
|