mirror of
https://github.com/Cornelicorn/bullet-train.zsh.git
synced 2025-12-06 03:40:41 +01:00
25 lines
654 B
JSON
25 lines
654 B
JSON
{
|
|
"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": "grunt 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",
|
|
"devDependencies": {
|
|
"grunt": "^0.4.5",
|
|
"grunt-cli": "^0.1.13",
|
|
"grunt-lintspaces": "^0.6.0"
|
|
}
|
|
}
|