[TIC-Web] Update Log View
[archive/20170607/tools/tic.git] / bower.json
1 {
2   "name": "tizen-image-configurator-web-ui",
3   "description": "Tizen Image Configurator - Web UI",
4   "main": "app.js",
5   "authors": [
6     {
7       "name": "ChangHyun Lee",
8       "email": "leechwin.lee@samsung.com"
9     }
10   ],
11   "license": "MIT",
12   "keywords": [
13     "tic",
14     "tizen-image",
15     "tizen-image-configurator",
16     "tizen-image-configurator-web-ui"
17   ],
18   "ignore": [
19     "**/.*",
20     "node_modules",
21     "bower_components",
22     "test",
23     "tests"
24   ],
25   "dependencies": {
26     "lodash": ">= 4.17.2",
27     "jquery": "~3.1.1",
28     "jquery-sortable": "https://github.com/johnny/jquery-sortable.git#master",
29     "bootstrap": ">= 3.0.0",
30     "bootstrap-treeview": "https://github.com/skateman/bootstrap-treeview.git#master",
31     "components-font-awesome": "~4.7.0",
32     "bootstrap-validator": "~0.11.9"
33   }
34 }