From 822bbe7450c26a0c7151c22873e2e8540cfed842 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Mon, 25 Feb 2013 14:41:29 -0500 Subject: [PATCH] component.json for bower --- component.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 component.json diff --git a/component.json b/component.json new file mode 100644 index 0000000..451e9fc --- /dev/null +++ b/component.json @@ -0,0 +1,16 @@ +{ + "name": "bootswatch", + "description": "Themes for Bootstrap", + "homepage": "http://bootswatch.com", + "author": "Thomas Park", + "version": "2.3.0+1", + "dependencies": { + "jquery": "~1.9.0" + }, + "licenses": [ + { + "type": "Apache-2.0", + "url": "http://www.apache.org/licenses/LICENSE-2.0" + } + ] +} \ No newline at end of file -- 2.39.2