2017-06-01 23:23:36 +03:00
|
|
|
{
|
|
|
|
"name": "terminus-plugin-manager",
|
2021-03-10 22:51:50 +03:00
|
|
|
"version": "1.0.135-nightly.0",
|
2017-06-01 23:23:36 +03:00
|
|
|
"description": "Terminus' plugin manager",
|
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-06-01 23:23:36 +03:00
|
|
|
"main": "dist/index.js",
|
2019-06-06 14:45:15 +03:00
|
|
|
"typings": "typings/index.d.ts",
|
2017-06-01 23:23:36 +03:00
|
|
|
"scripts": {
|
|
|
|
"build": "webpack --progress --color --display-modules",
|
|
|
|
"watch": "webpack --progress --color --watch"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"author": "Eugene Pankov",
|
2020-12-24 16:03:14 +03:00
|
|
|
"license": "MIT",
|
2017-06-01 23:23:36 +03:00
|
|
|
"devDependencies": {
|
2020-02-26 13:05:42 +03:00
|
|
|
"@types/semver": "^7.1.0",
|
2021-01-02 12:43:10 +03:00
|
|
|
"axios": "^0.21.1",
|
2021-01-01 20:25:54 +03:00
|
|
|
"electron-promise-ipc": "^2.2.4",
|
2019-06-07 23:52:41 +03:00
|
|
|
"mz": "^2.6.0",
|
2019-12-18 07:23:05 +03:00
|
|
|
"semver": "^7.1.1"
|
2017-06-01 23:23:36 +03:00
|
|
|
},
|
2020-12-24 16:03:14 +03:00
|
|
|
"peerDependencies": {
|
2020-12-23 23:45:47 +03:00
|
|
|
"@angular/common": "^9.1.11",
|
|
|
|
"@angular/core": "^9.1.9",
|
2020-12-24 16:03:14 +03:00
|
|
|
"@angular/forms": "^9.1.11",
|
2020-12-23 23:45:47 +03:00
|
|
|
"@angular/platform-browser": "^9.1.11",
|
|
|
|
"@ng-bootstrap/ng-bootstrap": "^6.1.0",
|
|
|
|
"rxjs": "^6.5.5",
|
2017-06-01 23:23:36 +03:00
|
|
|
"terminus-core": "*",
|
2019-02-13 23:35:37 +03:00
|
|
|
"terminus-settings": "*"
|
2019-06-07 23:52:41 +03:00
|
|
|
}
|
2017-06-01 23:23:36 +03:00
|
|
|
}
|