-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·52 lines (52 loc) · 1.09 KB
/
bower.json
File metadata and controls
executable file
·52 lines (52 loc) · 1.09 KB
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
51
52
{
"name": "angular-typeaheadjs",
"version": "0.10.0",
"authors": [
"Joao Carvalho <jmmtcarvalho@gmail.com>"
],
"description": "An AngularJS directive to serve as a wrapper to the typeahead.js library.",
"main": "dist/angular-typeaheadjs.js",
"keywords": [
"angularjs",
"directive",
"typeahead",
"typeaheadjs",
"autocomplete",
"bloodhound",
"jquery",
"remote",
"javascript"
],
"repository": {
"type": "git",
"url": "git://github.com/borntorun/angular-typeaheadjs.git"
},
"license": "MIT",
"homepage": "https://github.com/borntorun/angular-typeaheadjs",
"private": false,
"ignore": [
"node_modules",
"bower_components",
"tests",
"src",
"docs",
".gitignore",
".gitattributes",
"Gruntfile.js",
"karma.**.js",
"package.json",
".bowerrc",
".jshintrc",
".travis.yml"
],
"dependencies": {
"angular": "~1.5.7",
"typeahead.js": "~0.11.1",
"q": "1.0.1"
},
"devDependencies": {
"angular-mocks": "~1.5.7",
"angular-scenario": "~1.5.7",
"jasmine-sinon": "~0.4.0"
}
}