2017-06-02 04:23:36 +08:00
|
|
|
{
|
|
|
|
"name": "terminus-plugin-manager",
|
2020-03-01 23:40:43 +08:00
|
|
|
"version": "1.0.104-nightly.0",
|
2017-06-02 04:23:36 +08:00
|
|
|
"description": "Terminus' plugin manager",
|
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-06-02 04:23:36 +08:00
|
|
|
"main": "dist/index.js",
|
2019-06-06 19:45:15 +08:00
|
|
|
"typings": "typings/index.d.ts",
|
2017-06-02 04:23:36 +08:00
|
|
|
"scripts": {
|
|
|
|
"build": "webpack --progress --color --display-modules",
|
|
|
|
"watch": "webpack --progress --color --watch"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"author": "Eugene Pankov",
|
2020-12-24 04:45:47 +08:00
|
|
|
"license": "MIT",
|
2017-06-02 04:23:36 +08:00
|
|
|
"devDependencies": {
|
2020-02-26 18:05:42 +08:00
|
|
|
"@types/semver": "^7.1.0",
|
2019-06-08 04:52:41 +08:00
|
|
|
"axios": "^0.19.0",
|
|
|
|
"mz": "^2.6.0",
|
2019-12-18 12:23:05 +08:00
|
|
|
"semver": "^7.1.1"
|
2017-06-02 04:23:36 +08:00
|
|
|
},
|
2020-12-24 04:45:47 +08:00
|
|
|
"peerDependencies": {
|
|
|
|
"@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",
|
2017-06-02 04:23:36 +08:00
|
|
|
"terminus-core": "*",
|
2019-02-14 04:35:37 +08:00
|
|
|
"terminus-settings": "*"
|
2019-06-08 04:52:41 +08:00
|
|
|
}
|
2017-06-02 04:23:36 +08:00
|
|
|
}
|