mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-10 12:16:34 +03:00
25 lines
559 B
JSON
25 lines
559 B
JSON
{
|
|
"name": "terminus-community-color-schemes",
|
|
"version": "1.0.135-nightly.0",
|
|
"description": "Community color schemes for Terminus",
|
|
"keywords": [
|
|
"terminus-builtin-plugin"
|
|
],
|
|
"main": "dist/index.js",
|
|
"typings": "typings/index.d.ts",
|
|
"scripts": {
|
|
"build": "webpack --progress --color",
|
|
"watch": "webpack --progress --color --watch"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"author": "Eugene Pankov",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@angular/core": "^9.1.9",
|
|
"terminus-core": "*",
|
|
"terminus-terminal": "*"
|
|
}
|
|
}
|