-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathTagTagger.jquery.json
More file actions
40 lines (39 loc) · 1.07 KB
/
TagTagger.jquery.json
File metadata and controls
40 lines (39 loc) · 1.07 KB
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": "TagTagger",
"title": "TagTagger.js",
"description": "jQuery plugin for Tag creation and management",
"keywords": [
"tag",
"tagger",
"tagging",
"tags",
"keyword"
],
"version": "0.0.6",
"author": {
"name": "exex zian",
"url": "https://github.com/exexzian/TagTagger.js/blob/master/author.txt"
},
"maintainers": [
{
"name": "exex zian",
"email": "genex4@gmail.com",
"url": "https://github.com/exexzian",
"twitter": "@exexzian"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/exexzian/TagTagger.js/blob/master/license.md"
}
],
"bugs": "https://github.com/exexzian/TagTagger.js/issues",
"homepage": "http://exexzian.github.io/TagTagger.js/",
"docs": "https://github.com/exexzian/TagTagger.js",
"download": "http://exexzian.github.io/TagTagger.js/",
"demo": "http://exexzian.github.io/TagTagger.js/demo/taggerDemo.html",
"dependencies": {
"jquery": ">=1.6"
}
}