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",
|
2017-07-04 17:05:39 +03:00
|
|
|
"keywords": [
|
2017-11-04 21:06:58 +03:00
|
|
|
"terminus-builtin-plugin"
|
2017-07-04 17:05:39 +03:00
|
|
|
],
|
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": {
|
2020-12-23 23:45:47 +03:00
|
|
|
"@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
|
|
|
}
|