Files
pure/package.json
Sindre Sorhus 93e6c95990 0.2.0
2014-05-29 17:38:35 +02:00

31 lines
766 B
JSON

{
"name": "pure-prompt",
"version": "0.2.0",
"description": "Pretty, minimal and fast ZSH prompt",
"license": "MIT",
"repository": "sindresorhus/pure",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"postinstall": "dest=/usr/local/share/zsh/site-functions/; mkdir -p $dest && ln -sf \"$PWD/pure.zsh\" $dest/prompt_pure_setup || echo 'Could not automagically symlink the prompt. Check out the readme on how to do it manually: https://github.com/sindresorhus/pure#manually'"
},
"files": [
"pure.zsh"
],
"keywords": [
"zsh",
"sh",
"shell",
"bash",
"pure",
"prompt",
"theme"
]
}