forked from joaoneto/angular-bootstrap-select
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 726 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 726 Bytes
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
{
"name": "angular-bootstrap-select",
"version": "0.1.0-rc2",
"main": "./build/angular-bootstrap-select.js",
"description": "Directive to wrap bootstrap-select",
"author": "https://github.com/joaoneto/angular-bootstrap-select/graphs/contributors",
"homepage": "http://joaoneto.github.io/angular-bootstrap-select/",
"license": "MIT",
"ignore": [
"**/.*",
"docs",
"node_modules",
"bower_components",
"components",
"test*",
"demo*",
"Gruntfile.js",
"gulpfile.js",
"package.json",
"CHANGELOG.md"
],
"dependencies": {
"angular": "~1.3.0",
"bootstrap-select": ">=1.6"
},
"devDependencies": {
"bootstrap": ">=3.0.0",
"angular-mocks": "~1.3.0"
}
}