forked from yairEO/title-tooltip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 831 Bytes
/
package.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
{
"name": "@yaireo/title-tooltip",
"version": "1.2.1",
"homepage": "https://github.com/yairEO/title-tooltip",
"description": "CSSsut",
"keywords": [
"tooltip",
"title",
"attribute"
],
"license": "MIT",
"browserslist": [
">3% and ie 11",
"not dead",
"not ie < 11",
"not IE_Mob 11",
"not op_mini all"
],
"scripts": {},
"author": {
"name": "Yair Even-Or",
"email": "[email protected]"
},
"main": "./title-tooltip.js",
"files": [
"title-tooltip.css",
"title-tooltip.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/yairEO/title-tooltip.git"
},
"bugs": {
"url": "https://github.com/yaireo/title-tooltip/issues"
}
}