forked from amitava82/angular-multiselect
-
Notifications
You must be signed in to change notification settings - Fork 26
/
bower.json
38 lines (38 loc) · 803 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
{
"name": "angular-bootstrap-multiselect",
"version": "0.7.0",
"authors": [
"Sebastian Hammerl, Getslash GmbH",
"Amitava Saha"
],
"description": "A multiselect dropdown list for AngularJS styled to fit the Twitter Bootstrap standard design",
"main": [
"angular-bootstrap-multiselect.js"
],
"keywords": [
"angular",
"angularjs",
"directive",
"ui",
"bootstrap",
"form",
"input",
"multiselect",
"dropdown",
"select"
],
"license": "MIT",
"homepage": "https://github.com/sebastianha/angular-bootstrap-multiselect",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"angular": ">= 1.2.0",
"bootstrap": ">= 3.0.0"
},
"devDependencies": {
"angular-scenario": ">= 1.2.0"
}
}