summaryrefslogtreecommitdiff
path: root/web-ui/bower.json
blob: ea8a5f7b9cc28e92d197b2957906066451ab817b (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
{
  "name": "flightjs",
  "version": "0.0.0",
  "dependencies": {
    "jquery": "2.1.1",
    "flight": "1.3.0",
    "requirejs": "2.1.5",
    "lodash": "2.4.1",
    "foundation": "5.4.6",
    "i18next": "1.7.4",
    "font-awesome": "4.2.0",
    "quoted-printable": "0.2.1",
    "typeahead.js": "0.10.2"
  },
  "devDependencies": {
    "handlebars": "~1.3.0",
    "jasmine-flight": "3.0.0",
    "jasmine-jquery": "2.0.5",
    "almond": "~0.3.0"
  },
  "resolutions": {
    "jasmine-jquery": "2.0.5"
  }
}