-
Notifications
You must be signed in to change notification settings - Fork 20
/
bower.json
38 lines (38 loc) · 822 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
{
"author": {
"name": "Brian Park",
"email": "[email protected]"
},
"main":["dist/angular-hovercard.js","dist/angular-hovercard.css"],
"name": "angular-hovercard",
"description": "Angular 'hovercard' directive.",
"version": "1.0.4",
"license": "MIT",
"homepage": "https://github.com/yaru22/angular-hovercard",
"repository": {
"type": "git",
"url": "git://github.com/yaru22/angular-hovercard.git"
},
"ignore": [
".editorconfig",
".gitattributes",
".gitignore",
".gittrack",
".jshintrc",
"demo/",
"Gruntfile.js",
"karma-unit.conf.js",
"package.json",
"src/",
"template/",
"test/"
],
"dependencies": {
"angular": "^1.2.10",
"angular-mocks": "^1.2.10"
},
"devDependencies": {
"chai": "1.9.0",
"jquery": "2.1.0"
}
}