1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-20 17:38:20 +03:00
tabby/terminus-community-color-schemes/package.json
2019-06-12 05:32:38 +00:00

29 lines
652 B
JSON

{
"name": "terminus-community-color-schemes",
"version": "1.0.73-c4-ga7d62b0",
"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": "4.0.1",
"terminus-core": "*",
"terminus-terminal": "*"
},
"devDependencies": {
"@types/node": "12.0.8",
"@types/webpack-env": "^1.13.0"
}
}