[TIC-UI] Implemeting UI page
[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     "bootstrap": ">= 3.0.0",
29     "bootstrap-treeview": "https://github.com/jonmiles/bootstrap-treeview.git#develop"
30   }
31 }