1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-24 06:04:04 +03:00
tabby/terminus-community-color-schemes/package.json
Eugene Pankov 99698913a8 lint
2019-12-03 00:55:22 +01:00

25 lines
554 B
JSON

{
"name": "terminus-community-color-schemes",
"version": "1.0.98-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": "^7",
"terminus-core": "*",
"terminus-terminal": "*"
}
}