diff options
-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 |