1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-28 22:52:03 +03:00
tabby/terminus-community-color-schemes/package.json

25 lines
559 B
JSON
Raw Normal View History

2017-04-11 03:22:48 +03:00
{
"name": "terminus-community-color-schemes",
2020-12-24 16:03:14 +03:00
"version": "1.0.123-nightly.0",
2017-04-11 03:22:48 +03:00
"description": "Community color schemes for Terminus",
"keywords": [
2017-11-04 21:06:58 +03:00
"terminus-builtin-plugin"
],
2017-04-11 03:22:48 +03:00
"main": "dist/index.js",
2019-06-06 14:45:15 +03:00
"typings": "typings/index.d.ts",
2017-04-11 03:22:48 +03:00
"scripts": {
"build": "webpack --progress --color",
"watch": "webpack --progress --color --watch"
},
2017-06-10 01:29:16 +03:00
"files": [
"dist"
],
2017-04-11 03:22:48 +03:00
"author": "Eugene Pankov",
"license": "MIT",
2017-04-11 23:45:59 +03:00
"peerDependencies": {
"@angular/core": "^9.1.9",
2017-04-11 23:45:59 +03:00
"terminus-core": "*",
2017-04-11 03:22:48 +03:00
"terminus-terminal": "*"
2019-06-07 23:52:41 +03:00
}
2017-04-11 03:22:48 +03:00
}