summaryrefslogtreecommitdiff
path: root/web-ui/bower.json
blob: f8eebac7236128e7ecf8dfa8fab08711a351fbcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "flightjs",
  "version": "0.0.0",
  "dependencies": {
    "jquery": "2.x.x",
    "flight": "~1.1.0",
    "requirejs": "~2.1.5",
    "lodash": "~2.4.1",
    "foundation": "5.3.0",
    "i18next": "~1.7.3",
    "font-awesome": "~4.1.0",
    "quoted-printable": "0.2.1"
  },
  "devDependencies": {
    "jasmine-flight": "~2.2.0",
    "jasmine-jquery": "~1.1.3",
    "handlebars": "~1.3.0",
    "typeahead.js": "~0.10.2",
    "almond": "~0.2.9"
  }
}