diff options
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..ea0dd59 --- /dev/null +++ b/bower.json @@ -0,0 +1,22 @@ +{ + "name": "Botleagues Client", + "version": "0.0.0", + "homepage": "https://github.com/camilstaps/Botleagues", + "authors": [ + "Camil Staps <info@camilstaps.nl>" + ], + "license": "GPL v3.0", + "private": true, + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "build" + ], + "dependencies": { + "bootstrap": "~3.3.2", + "bootswatch": "~3.3.4+1", + "fontawesome": "~4.3.0", + "jquery-cookie": "~1.4.1" + } +} |