-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 908 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"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 <[email protected]>",
"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"
}
}