1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-21 01:21:52 +03:00
tabby/terminus-plugin-manager/package.json

45 lines
1.0 KiB
JSON
Raw Normal View History

2017-06-01 23:23:36 +03:00
{
"name": "terminus-plugin-manager",
2019-03-19 00:02:23 +03:00
"version": "1.0.73-c4-ga7d62b0",
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",
"typings": "dist/index.d.ts",
"scripts": {
"build": "webpack --progress --color --display-modules",
"watch": "webpack --progress --color --watch"
},
"files": [
"dist"
],
"author": "Eugene Pankov",
"license": "MIT",
"devDependencies": {
"@types/mz": "0.0.32",
"@types/node": "12.0.4",
"@types/semver": "^6.0.0",
"@types/webpack-env": "1.13.9",
2017-06-21 00:28:58 +03:00
"css-loader": "^0.28.0",
2017-07-15 19:16:45 +03:00
"ngx-pipes": "^1.6.1",
"semver": "^6.1.0"
2017-06-01 23:23:36 +03: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",
"rxjs": "5.3.0",
2017-06-01 23:23:36 +03:00
"terminus-core": "*",
"terminus-settings": "*"
2017-06-01 23:23:36 +03:00
},
"dependencies": {
"axios": "^0.19.0",
"mz": "^2.6.0",
2019-05-24 21:08:30 +03:00
"npm": "~6.7.0"
2017-06-10 01:29:16 +03:00
},
"false": {}
2017-06-01 23:23:36 +03:00
}