Skip to content

Commit 812fd11

Browse files
authored
Merge pull request #724 from CharleysTante/master
add composer.json file
2 parents 1c49bd4 + fe440bf commit 812fd11

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

composer.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)