mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 01:17:14 +00:00
26 lines
670 B
JSON
26 lines
670 B
JSON
{
|
|
"name": "terminus-community-color-schemes",
|
|
"version": "0.0.1",
|
|
"description": "Community color schemes for Terminus",
|
|
"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",
|
|
"awesome-typescript-loader": "3.1.2",
|
|
"raw-loader": "0.5.1",
|
|
"webpack": "2.3.3"
|
|
}
|
|
}
|