forked from spaceship-prompt/spaceship-prompt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 849 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
{
"name": "spaceship-prompt",
"version": "3.15.0",
"description": "A Zsh prompt for Astronauts.",
"files": [
"lib",
"scripts",
"sections",
"spaceship.zsh",
"spaceship.zsh-theme"
],
"scripts": {
"postinstall": "./scripts/install.sh",
"postuninstall": "./scripts/uninstall.sh",
"test": "./scripts/tests.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spaceship-prompt/spaceship-prompt.git"
},
"keywords": [
"prompt",
"shell",
"zsh",
"zsh-theme",
"terminal"
],
"author": "Denys Dovhan <[email protected]> (http://denysdovhan.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/spaceship-prompt/spaceship-prompt/issues"
},
"homepage": "https://github.com/spaceship-prompt/spaceship-prompt#readme",
"dependencies": {}
}