forked from spaceship-prompt/spaceship-prompt
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
29 lines (29 loc) · 803 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
{
"name": "spaceship-zsh-theme",
"version": "2.10.3",
"description": "An “Oh My ZSH!” theme for Astronauts.",
"scripts": {
"postinstall": "./install.zsh",
"postuninstall": "./uninstall.zsh",
"postpublish": "git push --follow-tags",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/denysdovhan/spaceship-zsh-theme.git"
},
"keywords": [
"prompt",
"shell",
"zsh",
"zsh-theme",
"oh-my-zsh",
"terminal"
],
"author": "Denys Dovhan <[email protected]> (http://denysdovhan.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/denysdovhan/spaceship-zsh-theme/issues"
},
"homepage": "https://github.com/denysdovhan/spaceship-zsh-theme#readme"
}