mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-11 07:28:08 +03:00
44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"name": "terminus-plugin-manager",
|
|
"version": "1.0.0-alpha.36",
|
|
"description": "Terminus' plugin manager",
|
|
"keywords": [
|
|
"terminus-builtin-plugin"
|
|
],
|
|
"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.31",
|
|
"@types/node": "7.0.12",
|
|
"@types/semver": "^5.3.32",
|
|
"@types/webpack-env": "1.13.0",
|
|
"css-loader": "^0.28.0",
|
|
"ngx-pipes": "^1.6.1",
|
|
"semver": "^5.3.0"
|
|
},
|
|
"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": "*",
|
|
"terminus-settings": "*",
|
|
"rxjs": "5.3.0"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.16.2",
|
|
"mz": "^2.6.0"
|
|
},
|
|
"false": {}
|
|
}
|