diff options
author | Camil Staps | 2015-02-16 22:58:02 +0100 |
---|---|---|
committer | Camil Staps | 2015-02-16 22:58:02 +0100 |
commit | fdbd8bc793823dadf5d3c270cc9033349609ba50 (patch) | |
tree | 6935c3a104c00eb3a5759f0ee0e8ffe3bb7a5bf7 /bower.json |
Added installation stuff
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..db63d0a --- /dev/null +++ b/bower.json @@ -0,0 +1,20 @@ +{ + "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", + "test", + "tests" + ], + "dependencies": { + "bootstrap": "~3.3.2" + } +} |