Adds package.json

This commit is contained in:
Caio Gondim
2014-07-15 17:29:08 +02:00
parent 01dfbf87fe
commit 860eb2998c

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "bullet-train-oh-my-zsh-theme",
"version": "0.0.0",
"description": "A Powerline-like theme for oh-my-zsh",
"main": "bullet-train.zsh-theme",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/caiogondim/bullet-train-oh-my-zsh-theme.git"
},
"author": "Caio Gondim",
"license": "ISC",
"bugs": {
"url": "https://github.com/caiogondim/bullet-train-oh-my-zsh-theme/issues"
},
"homepage": "https://github.com/caiogondim/bullet-train-oh-my-zsh-theme"
}