Files
bullet-train.zsh/package.json
2014-07-18 16:05:41 +02:00

27 lines
708 B
JSON

{
"name": "bullet-train-oh-my-zsh-theme",
"version": "0.0.3",
"description": "A Powerline-like theme for oh-my-zsh",
"main": "bullet-train.zsh-theme",
"scripts": {
"test": "grunt test",
"bump": "grunt bump"
},
"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",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "0.0.14",
"grunt-cli": "^0.1.13",
"grunt-lintspaces": "^0.6.0"
}
}