We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c49bd4 commit fe440bfCopy full SHA for fe440bf
composer.json
@@ -0,0 +1,26 @@
1
+{
2
+ "name": "tooltipster/tooltipster",
3
+ "description": "Tooltipster is a flexible and extensible jQuery plugin for modern tooltips.",
4
+ "keywords": [
5
+ "jquery",
6
+ "tooltip",
7
+ "plugin",
8
+ "replacement"
9
+ ],
10
+ "homepage": "http://iamceege.github.io/tooltipster/",
11
+ "version": "4.2.5",
12
+ "authors": [
13
+ {
14
+ "name": "Caleb Jacob",
15
+ "homepage": "https://plus.google.com/+CalebJacob?rel=author"
16
+ },
17
18
+ "name": "Louis Ameline",
19
+ "homepage": "https://github.com/louisameline"
20
+ }
21
22
+ "license": "MIT",
23
+ "suggest": {
24
+ "components/jquery": ">=1.10"
25
26
+}
0 commit comments