forked from Sauceforge/angularjs-typeahead-dropdown
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
29 lines (29 loc) · 735 Bytes
/
bower.json
File metadata and controls
29 lines (29 loc) · 735 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
{
"name": "angularjs-typeahead-dropdown",
"version": "2.0.0",
"authors": [
"Andrew Gray <andrew.paul.gray@gmail.com>"
],
"description": "AngularJS Typeahead Dropdown directive",
"keywords": ["angular", "angularjs", "directive", "typeahead", "dropdown", "checklist", "list", "bootstrap"],
"license": "MIT",
"main": "src/angularjs-typeahead-dropdown.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.7"
},
"devDependencies": {
"angular": "~1.4.7"
, "angular-animate": "~1.4.7"
, "angular-sanitize": "~1.4.7"
, "angular-touch": "~1.4.7"
, "angular-route": "~1.4.7"
, "bootstrap": "~3.3.5"
}
}