forked from spaceship-prompt/spaceship-prompt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.67 KB
/
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
47
48
49
50
51
{
"name": "spaceship-prompt",
"version": "3.1.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",
"version": "./scripts/version.sh",
"postpublish": "git push --follow-tags",
"test": "echo \"Error: no test specified\" && exit 1",
"docs:prepare": "gitbook install",
"docs:icons": "cp logos/apple-touch-icon.png _book/gitbook/images/apple-touch-icon-precomposed-152.png && cp logos/favicon.ico _book/gitbook/images",
"docs:serve": "npm run docs:prepare && gitbook serve .",
"docs:build": "npm run docs:prepare && gitbook build && npm run docs:icons",
"docs:publish": "gh-pages -d _book -m \"Updated at $(date +'%a, %d %b %Y, %T, %Z')\" --add",
"docs:deploy": "npm run docs:build && npm run docs:publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/denysdovhan/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/denysdovhan/spaceship-prompt/issues"
},
"homepage": "https://github.com/denysdovhan/spaceship-prompt#readme",
"devDependencies": {
"gh-pages": "^1.1.0",
"gitbook-cli": "^2.3.2",
"gitbook-plugin-anchorjs": "^1.1.1",
"gitbook-plugin-edit-link": "^2.0.2",
"gitbook-plugin-github": "^2.0.0",
"gitbook-plugin-github-buttons": "^3.0.0",
"gitbook-plugin-prism": "^2.3.0"
}
}