Files
bullet-train.zsh/package.json
Caio Gondim e6721c1ed6 Adds basic formating test
[Closes #7]
2014-07-15 18:03:20 +02:00

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"
}
}