publish pure on npm

This commit is contained in:
Sindre Sorhus
2014-03-30 20:39:57 +02:00
parent 0ce7d9b371
commit ac870ff6ff
2 changed files with 44 additions and 9 deletions

30
package.json Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "pure-prompt",
"version": "0.1.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": "ln -sf \"$PWD/pure.zsh\" /usr/local/share/zsh/site-functions/prompt_pure_setup || 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"
]
}