diff options
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/bower.json b/bower.json new file mode 100644 index 00000000..8611d3c6 --- /dev/null +++ b/bower.json @@ -0,0 +1,21 @@ +{ + "name": "bootswatch", + "description": "Bootswatch is a collection of themes for Bootstrap.", + "version": "3.0.0", + "author": "Thomas Park", + "homepage": "http://bootswatch.com", + "repository": { + "type": "git", + "url": "git://github.com/thomaspark/bootswatch.git" + }, + "dependencies": { + "bootstrap": "~3.0.0", + "font-awesome": "~3.2.0" + }, + "licenses": [ + { + "type": "Apache-2.0", + "url": "http://www.apache.org/licenses/LICENSE-2.0" + } + ] +} |