@blessed/themes
Version:
Themes for blessed console apps
37 lines (36 loc) • 908 B
JSON
{
"name": "@blessed/themes",
"version": "1.0.0",
"description": "Themes for blessed console apps",
"main": "index.js",
"scripts": {
"test": "node test/widget.js",
"deploy": "git push && git push --tags && npm publish"
},
"keywords": [
"blessed",
"themes",
"colorscheme",
"colorschemes",
"terminal",
"command-line"
],
"repository": {
"type": "git",
"url": "git+https://github.com/blessedjs/blessed-themes.git"
},
"author": "Rajasegar Chandran <rajasegar.c@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/blessedjs/blessed-themes/issues"
},
"homepage": "https://github.com/blessedjs/blessed-themes#readme",
"devDependencies": {
"@terminal-junkies/neo-blessed": "^1.0.4",
"blessed": "^0.1.81",
"blessed-contrib": "^4.8.20",
"prettier": "^2.1.2",
"prompts": "^2.3.2",
"yaml": "^1.10.0"
}
}