component.json for bower
authorThomas Park <thomas@thomaspark.me>
Mon, 25 Feb 2013 19:41:29 +0000 (14:41 -0500)
committerThomas Park <thomas@thomaspark.me>
Mon, 25 Feb 2013 19:41:29 +0000 (14:41 -0500)
component.json [new file with mode: 0644]

diff --git a/component.json b/component.json
new file mode 100644 (file)
index 0000000..451e9fc
--- /dev/null
@@ -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