-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbower.json
39 lines (39 loc) · 1023 Bytes
/
bower.json
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
32
33
34
35
36
37
38
39
{
"name": "angularjs-dropdown-tree",
"version": "0.0.14",
"authors": [
"Pieter Kempenaers <pieter.kempenaers@gmail.com>"
],
"description": "AngularJS Dropdown treeselect component",
"keywords": [
"angularjs",
"dropdown",
"select",
"treeview"
],
"license": "MIT",
"main": "component/component.js",
"repository": {
"type": "git",
"url": "git://github.com/pkempenaers/angularjs-dropdown-tree.git"
},
"dependencies": {
"angular": "~1.5.3"
},
"devDependencies": {
"bootstrap-sass": "~3.3.5",
"angular-mocks": "~1.5.3"
},
"overrides": {
"bootstrap-sass": {
"main": [
"assets/stylesheets/_bootstrap.scss",
"assets/fonts/bootstrap/glyphicons-halflings-regular.eot",
"assets/fonts/bootstrap/glyphicons-halflings-regular.svg",
"assets/fonts/bootstrap/glyphicons-halflings-regular.ttf",
"assets/fonts/bootstrap/glyphicons-halflings-regular.woff",
"assets/fonts/bootstrap/glyphicons-halflings-regular.woff2"
]
}
}
}