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