tabby/terminus-community-color-schemes/package.json

25 lines
549 B
JSON
Raw Normal View History

2017-04-11 08:22:48 +08:00
{
"name": "terminus-community-color-schemes",
2021-06-22 17:51:19 +08:00
"version": "1.0.140",
2017-04-11 08:22:48 +08:00
"description": "Community color schemes for Terminus",
"keywords": [
2017-11-05 02:06:58 +08:00
"terminus-builtin-plugin"
],
2017-04-11 08:22:48 +08:00
"main": "dist/index.js",
2019-06-06 19:45:15 +08:00
"typings": "typings/index.d.ts",
2017-04-11 08:22:48 +08:00
"scripts": {
"build": "webpack --progress --color",
"watch": "webpack --progress --color --watch"
},
2017-06-10 06:29:16 +08:00
"files": [
"dist"
],
2017-04-11 08:22:48 +08:00
"author": "Eugene Pankov",
"license": "MIT",
2017-04-12 04:45:59 +08:00
"peerDependencies": {
"@angular/core": "^9.1.9",
2017-04-12 04:45:59 +08:00
"terminus-core": "*",
2017-04-11 08:22:48 +08:00
"terminus-terminal": "*"
2019-06-08 04:52:41 +08:00
}
2017-04-11 08:22:48 +08:00
}