summaryrefslogtreecommitdiff
path: root/web-ui/bower.json
blob: b933da5173a4279a4aa8def5033fed2ecdf042d8 (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
26
27
28
29
30
31
{
  "name": "flightjs",
  "version": "0.0.0",
  "dependencies": {
    "jquery": "2.1.1",
    "flight": "1.3.0",
    "requirejs": "~2.1.15",
    "lodash": "2.4.1",
    "i18next": "~3.3.1",
    "i18next-xhr-backend": "~0.6.0",
    "i18next-browser-languagedetector": "~0.3.0",
    "font-awesome": "4.2.0",
    "foundation": "~5.4.7",
    "quoted-printable": "0.2.1",
    "typeahead.js": "~0.10.5",
    "jasmine-flight": "~3.0.0",
    "utf8": "~2.1.1",
    "modernizr": "~2.8.3",
    "jquery-file-upload": "~9.11.2",
    "jquery-ui": "~1.11.4",
    "DOMPurify": "~0.7.4",
    "he": "~0.5.0",
    "iframe-resizer": "~3.5.3"
  },
  "devDependencies": {
    "handlebars": "4.0.5",
    "jasmine-flight": "3.0.0",
    "jasmine-jquery": "2.0.5",
    "almond": "~0.3.0"
  }
}