1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-10-26 12:43:50 +03:00
tabby/terminus-plugin-manager/package.json

36 lines
831 B
JSON
Raw Normal View History

2017-06-01 23:23:36 +03:00
{
"name": "terminus-plugin-manager",
2020-01-01 00:48:36 +03:00
"version": "1.0.99-nightly.0",
2017-06-01 23:23:36 +03:00
"description": "Terminus' plugin manager",
"keywords": [
2017-11-04 21:06:58 +03:00
"terminus-builtin-plugin"
],
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",
"license": "MIT",
"devDependencies": {
"@types/semver": "^6.0.0",
2019-06-07 23:52:41 +03:00
"axios": "^0.19.0",
"mz": "^2.6.0",
"semver": "^7.1.1"
2017-06-01 23:23:36 +03:00
},
"peerDependencies": {
"@angular/common": "^7",
"@angular/core": "^7",
"@angular/forms": "^7",
"@angular/platform-browser": "^7",
"@ng-bootstrap/ng-bootstrap": "^1",
"rxjs": "^5",
2017-06-01 23:23:36 +03:00
"terminus-core": "*",
"terminus-settings": "*"
2019-06-07 23:52:41 +03:00
}
2017-06-01 23:23:36 +03:00
}