forked from spaceship-prompt/spaceship-prompt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 992 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
37
38
39
40
41
42
43
44
45
46
{
"name": "spaceship-prompt",
"version": "4.15.3",
"description": "A Zsh prompt for Astronauts.",
"files": [
"lib",
"scripts",
"sections",
"async.zsh",
"spaceship.zsh",
"spaceship.zsh-theme",
"prompt_spaceship_setup"
],
"scripts": {
"postinstall": "./scripts/install",
"postuninstall": "./scripts/uninstall",
"test": "./scripts/tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spaceship-prompt/spaceship-prompt.git"
},
"keywords": [
"prompt",
"shell",
"zsh",
"zsh-theme",
"terminal",
"zshell",
"spaceship",
"theme",
"git",
"fast",
"minimal"
],
"author": {
"name": "Denys Dovhan",
"email": "[email protected]",
"url": "https://denysdovhan.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/spaceship-prompt/spaceship-prompt/issues"
},
"homepage": "https://github.com/spaceship-prompt/spaceship-prompt#readme"
}