forked from dotansimha/angularjs-dropdown-multiselect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
32 lines (32 loc) · 830 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
{
"name": "angularjs-dropdown-multiselect",
"version": "1.5.2",
"authors": [
"Dotan Simha <[email protected]>"
],
"description": "AngularJS Dropdown Multiselect directive",
"keywords": ["angular", "angularjs", "directive", "dropdown", "multiselect", "checklist", "list", "bootstrap", "checkbox"],
"license": "MIT",
"main": "src/angularjs-dropdown-multiselect.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.2.0",
"lodash": "~2.4.1"
},
"devDependencies": {
"angular": "~1.2.0",
"angular-animate": "~1.2.0",
"angular-sanitize": "~1.2.0",
"angular-touch": "~1.2.0",
"angular-route": "~1.2.0",
"lodash": "~2.4.1",
"bootstrap": "~3.1.1",
"angular-highlightjs": "~0.2.7"
}
}