-
Notifications
You must be signed in to change notification settings - Fork 4
/
jAplus.jquery.json
40 lines (40 loc) · 1.1 KB
/
jAplus.jquery.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
{
"name": "jAplus",
"version": "0.9.0",
"title": "jQuery A+",
"description": "jQuery A+ is an unobtrusive script that adds useful features to A tag allowing webpages to maintain compatibility with HTML standards. The script syntax is compatible with all HTML / XHTML standards. For example, you can open link in a new window/tab (like target=_blank) without invalidating the HTML code.",
"author": {
"name" : "Andrea Vallorani",
"email" : "andrea.vallorani@gmail.com"
},
"maintainers": [
{
"name": "Andrea Vallorani",
"url": "https://github.com/andreaval"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"dependencies": {
"jquery": ">= 1.7.0"
},
"bugs": "https://github.com/andreaval/jAplus/issues",
"homepage": "https://japlus.vallorani.org",
"docs": "https://japlus.vallorani.org/doc.htm",
"demo": "https://japlus.vallorani.org/demo.htm",
"keywords": [
"link",
"confirm",
"windows",
"anchor",
"popup",
"ajax",
"dialog",
"scroll",
"notify"
]
}