diff options
Diffstat (limited to 'web/trunk/bower.json')
-rw-r--r-- | web/trunk/bower.json | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/web/trunk/bower.json b/web/trunk/bower.json deleted file mode 100644 index db63d0a..0000000 --- a/web/trunk/bower.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "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" - } -} |