forked from object505/tipso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 936 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
37
38
39
40
41
42
43
44
45
{
"name": "tipso",
"title": "Tipso",
"description": "A Lightweight Responsive jQuery Tooltip Plugin",
"keywords": [
"tipso",
"jquery-plugin",
"tooltip",
"responsive",
"mobile",
"lightweight"
],
"version": "1.0.8",
"author": "Bojan Petkovski (http://object505.com/)",
"licenses": [
{
"type": "MIT",
"url": "http://object505.mit-license.org/"
}
],
"dependencies": {
"jquery": ">=1.7"
},
"demos": [
"http://tipso.object505.com/"
],
"bugs": {
"url": "https://github.com/object505/tipso/issues/new"
},
"main": "src/tipso.min.js",
"repository": {
"type": "git",
"url": "https://github.com/object505/tipso.git"
},
"homepage": "https://github.com/object505/tipso",
"license": "MIT",
"autoupdate": {
"source": "git",
"target": "git://github.com/object505/tipso.git",
"basePath": "src/",
"files": [
"**/*"
]
}
}