From 860eb2998c82268947ea1b733346f29f7657246c Mon Sep 17 00:00:00 2001 From: Caio Gondim Date: Tue, 15 Jul 2014 17:29:08 +0200 Subject: [PATCH] Adds package.json --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..c964c8b --- /dev/null +++ b/package.json @@ -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" +}