1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-18 07:31:33 +03:00
tabby/terminus-community-color-schemes/package.json

30 lines
667 B
JSON
Raw Normal View History

2017-04-11 03:22:48 +03:00
{
"name": "terminus-community-color-schemes",
2019-03-19 00:02:23 +03:00
"version": "1.0.73-c4-ga7d62b0",
2017-04-11 03:22:48 +03:00
"description": "Community color schemes for Terminus",
"keywords": [
2017-11-04 21:06:58 +03:00
"terminus-builtin-plugin"
],
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": {
2017-04-11 03:22:48 +03:00
"@angular/core": "4.0.1",
2017-04-11 23:45:59 +03:00
"terminus-core": "*",
2017-04-11 03:22:48 +03:00
"terminus-terminal": "*"
},
"devDependencies": {
"@types/node": "12.0.4",
2017-06-21 00:28:58 +03:00
"@types/webpack-env": "^1.13.0"
2017-06-10 01:29:16 +03:00
},
"false": {}
2017-04-11 03:22:48 +03:00
}