From 4198673b67d350b2cce01ce6d90a9229164fd96c Mon Sep 17 00:00:00 2001 From: Vash Date: Thu, 16 May 2013 13:00:08 +0200 Subject: [PATCH] adding bower.json with the base jquery-mobile dependency so we can find this repo via bower --- bower.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..501df48 --- /dev/null +++ b/bower.json @@ -0,0 +1,9 @@ +{ + "name": "graphite", + "version": "1.3.1", + "dependencies": { + "jquery-mobile": "~1.3.1" + }, + "devDependencies": {} +} +