forked from 720kb/angular-tooltips
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
Latest commit
30 lines (30 loc) · 595 Bytes
/
Copy pathbower.json
File metadata and controls
30 lines (30 loc) · 595 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-tooltips",
"version": "0.1.25",
"description": "Angular.js tooltips module.",
"authors": [
"Filippo Oretti <filippo.oretti@gmail.com",
"Dario Andrei <wouldgo84@gmail.com>"
],
"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"
]
}