forked from 720kb/angular-tooltips
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 677 Bytes
/
bower.json
File metadata and controls
36 lines (36 loc) · 677 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
31
32
33
34
35
36
{
"name": "angular-tooltips",
"version": "1.2.2",
"description": "Angular.js tooltips module.",
"authors": [
"Filippo Oretti <filippo.oretti@gmail.com",
"Dario Andrei <wouldgo84@gmail.com>",
"720kb"
],
"keywords": [
"tiptip",
"tooltip",
"tooltips",
"popover",
"angularjs",
"angular"
],
"main": [
"./dist/angular-tooltips.min.js",
"./dist/angular-tooltips.min.css"
],
"license": "MIT",
"homepage": "http://720kb.github.io/angular-tooltips",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"tasks",
"gulpfile.js",
"conf",
"demo",
"*.html"
]
}