From c77437f151fa67f56dd9ff9ab5f55f343eddcc9f Mon Sep 17 00:00:00 2001 From: Matt Crinklaw-Vogt Date: Fri, 23 Nov 2012 00:09:03 -0500 Subject: [PATCH] Added a component.json for bower --- .gitignore | 1 + component.json | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 component.json diff --git a/.gitignore b/.gitignore index c3af857..c4fa460 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ lib/ +components/ diff --git a/component.json b/component.json new file mode 100644 index 0000000..1f77608 --- /dev/null +++ b/component.json @@ -0,0 +1,12 @@ +{ + "name": "yabbe", + "version": "1.0.0", + "main": "yabbe.js", + "dependencies": { + "backbone": "latest" + }, + "author": { + "name": "Matt Crinklaw-Vogt", + "email": "matt.crinklaw@gmail.com" + } +}