mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 09:27:24 +00:00
05f16f1719
This was generated using https://github.com/mbadolato/iTerm2-Color-Schemes/blob/master/tools/xrdb2Xresources.py from a xrdb file, which was generated by using https://github.com/mbadolato/iTerm2-Color-Schemes/blob/master/tools/iterm2xrdb on https://github.com/chriskempson/base16-iterm2/blob/master/base16-default.dark.256.itermcolors
42 lines
1,013 B
JSON
42 lines
1,013 B
JSON
{
|
|
"name": "terminus-plugin-manager",
|
|
"version": "1.0.0-alpha.14",
|
|
"description": "Terminus' plugin manager",
|
|
"keywords": [
|
|
"terminus-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.31",
|
|
"@types/webpack-env": "1.13.0",
|
|
"ngx-pipes": "^1.6.1",
|
|
"css-loader": "^0.28.0",
|
|
"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"
|
|
},
|
|
"false": {}
|
|
}
|