forked from ioncache/Tag-Handler
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Tag-Handler-NG.jquery.json
44 lines (44 loc) · 1.06 KB
/
Tag-Handler-NG.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
41
42
43
44
{
"name": "Tag-Handler-NG",
"description": "Tag Handler is a jQuery plugin used for managing tag-type metadata. This plugin is a fork and rewrite of Mark Jubenville original Tag-Handler.",
"version": "2.0.3",
"title": "Tag Handler NG",
"keywords": [
"Tag",
"jQuery",
"Plugin",
"Autocomplete",
"Tags",
"AJAX"
],
"author": {
"name": "Westin Shafer",
"email": "[email protected]",
"web": "http://wshafer.github.io/Tag-Handler"
},
"maintainers": [
{
"name": "Westin Shafer",
"email": "[email protected]",
"web": "http://wshafer.github.io/Tag-Handler"
}
],
"demo": "http://wshafer.github.io/Tag-Handler/",
"dependencies": {
"jquery": "1.4.4+"
},
"bugs": "https://github.com/wshafer/Tag-Handler/issues",
"repositories": [
{
"type": "git",
"url": "[email protected]:wshafer/Tag-Handler.git"
}
],
"licenses": [
{
"name": "LGPL",
"url": "http://www.gnu.org/licenses/lgpl.html"
}
],
"homepage": "http://wshafer.github.io/Tag-Handler"
}