diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-02-25 14:41:29 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-02-25 14:41:29 -0500 |
commit | 822bbe7450c26a0c7151c22873e2e8540cfed842 (patch) | |
tree | 89ac9c8e5624bdb7b097563f23906ee10656b195 | |
parent | 933a7fd97df1aaff6a3018adcfe729b5d05c4f54 (diff) |
component.json for bower
-rw-r--r-- | component.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/component.json b/component.json new file mode 100644 index 00000000..451e9fcd --- /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 |