-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
42 lines (42 loc) · 906 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
{
"name": "Tag-Handler",
"description": "Tag Handler is a jQuery plugin used for managing tag-type metadata. ",
"version": "1.3.0",
"keywords": [
"Tag",
"jQuery",
"Plugin",
"Autocomplete",
"Tags",
"AJAX"
],
"maintainers": [
{
"name": "Mark Jubenville",
"email": "[email protected]",
"web": "http://github.com/ioncache"
}
],
"demos": [
"http://ioncache.github.com/Tag-Handler/#examples"
],
"dependencies": {
"jQuery": ">=1.4.4"
},
"bugs": {
"web": "https://github.com/ioncache/Tag-Handler/issues?sort=created&direction=desc&state=open"
},
"repositories": [
{
"type": "git",
"url": "[email protected]:ioncache/Tag-Handler.git"
}
],
"licenses": [
{
"name": "LGPL",
"url": "http://www.gnu.org/licenses/lgpl.html"
}
],
"homepage": "http://ioncache.github.com/Tag-Handler/"
}