aboutsummaryrefslogtreecommitdiff
path: root/bower.json
blob: bb7811200de182b56ec12d13408efaf637e1ff50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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",
    "fontawesome": "~4.3.0",
    "jquery-cookie": "~1.4.1"
  }
}