aboutsummaryrefslogtreecommitdiff
path: root/bower.json
blob: db63d0a6394e76417cb3ddb1b2bcb7f921efdf3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"
  }
}