mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
29 lines
663 B
JSON
29 lines
663 B
JSON
{
|
|
"name": "terminus-community-color-schemes",
|
|
"version": "1.0.0-alpha.16-8-gfc060ac",
|
|
"description": "Community color schemes for Terminus",
|
|
"keywords": [
|
|
"terminus-plugin"
|
|
],
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "webpack --progress --color",
|
|
"watch": "webpack --progress --color --watch"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"author": "Eugene Pankov",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"@angular/core": "4.0.1",
|
|
"terminus-core": "*",
|
|
"terminus-terminal": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "7.0.12",
|
|
"@types/webpack-env": "^1.13.0"
|
|
},
|
|
"false": {}
|
|
}
|