summaryrefslogtreecommitdiff
path: root/bower.json
blob: 8acd1b6bb8c44ed760c7eb146eb6deb32d5a9c9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "kanboard",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "jquery": "^2.2.3",
    "fullcalendar": "^3.0.1",
    "chosen": "^1.5.1",
    "c3": "^0.4.11",
    "jquery-ui": "^1.11.4",
    "jqueryui-touch-punch": "*",
    "jqueryui-timepicker-addon": "^1.6.3",
    "mousetrap": "^1.5.3",
    "font-awesome": "fontawesome#^4.7.0",
    "d3": "~3.5.0",
    "isMobile": "0.4.0",
    "select2": "4.0.2",
    "marked": "^0.3.6"
  }
}