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