Permalink
hint.css/component.json
Newer
100644
13 lines (12 sloc)
266 Bytes
1
{
2
"name": "hint.css",
3
"repo": "chinchang/hint.css",
4
"description": "A tooltip library in CSS for your lovely websites.",
6
"keywords": ["tooltip", "css"],
7
"dependencies": {},
8
"development": {},
9
"styles": [
10
"hint.min.css"
11
]
12
}
13