forked from dotansimha/angularjs-dropdown-multiselect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
50 lines (50 loc) · 951 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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "angularjs-dropdown-multiselect",
"version": "2.0.0-beta.10",
"authors": [
"Dotan Simha <[email protected]>",
"Pieter Kempenaers <[email protected]>"
],
"description": "AngularJS Dropdown Multiselect directive",
"keywords": [
"angular",
"angularjs",
"directive",
"dropdown",
"multiselect",
"checklist",
"list",
"bootstrap",
"checkbox"
],
"license": "MIT",
"main": "dist/angularjs-dropdown-multiselect.min.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.5"
},
"devDependencies": {
"angular-highlightjs": "^0.7.1",
"bootstrap-sass": "~3.3.5",
"angular-mocks": "~1.5.3",
"angular-bootstrap": "~2.1.4",
"angular-ui-router": "~0.4.2"
},
"resolutions": {
"angular": ">=1.4.0"
},
"overrides": {
"bootstrap-sass": {
"main": [
"assets/stylesheets/_bootstrap.scss",
"assets/fonts/**/*"
]
}
}
}