forked from andreaval/jAplus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponent.json
25 lines (25 loc) · 874 Bytes
/
component.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
{
"name": "jAplus",
"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.",
"version": "0.8.4",
"main": "./jquery.Aplus.js",
"dependencies": {
"jquery": ">= 1.5.0"
},
"homepage": "http://japlus.simplit.it",
"author": {
"name" : "Andrea Vallorani",
"email" : "[email protected]"
},
"repository": {
"type" : "git",
"url" : "git://github.com/andreaval/jAplus.git"
},
"bugs": {
"url" : "https://github.com/andreaval/jAplus/issues"
},
"licenses": [
"http://www.opensource.org/licenses/mit-license.php"
]
}