From 92d892ab5730cb1249a0f846ea9ee20c0d69dee2 Mon Sep 17 00:00:00 2001 From: dgramlich Date: Wed, 10 Jul 2013 11:20:09 -0400 Subject: [PATCH] Added bower manifest json --- bower.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..9f16ee7 --- /dev/null +++ b/bower.json @@ -0,0 +1,14 @@ +{ + "name": "console-time", + "version": "0.0.1", + "author": "David Gramlich", + "description": "console.time() polyfill", + "main": "console-time.js", + "repository": { + "type": "git", + "url": "git://github.com/callmehiphop/console-time.git" + }, + "ignore": [ + "README.md" + ] +} \ No newline at end of file