-
Notifications
You must be signed in to change notification settings - Fork 151
/
Copy pathtaggingjs.jquery.json
39 lines (39 loc) · 1.1 KB
/
taggingjs.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
{
"name": "taggingjs",
"title": "taggingJS",
"description": "jQuery plugin to tagging like a charm!",
"keywords": [
"tags",
"input",
"form",
"ui",
"jquery"
],
"version": "1.3.3",
"author": {
"name": "Fabrizio Fallico",
"email": "[email protected]",
"url": "https://github.com/sniperwolf"
},
"maintainers": [
{
"name": "Fabrizio Fallico",
"email": "[email protected]",
"url": "https://github.com/sniperwolf"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/sniperwolf/taggingJS/blob/master/LICENSE.md"
}
],
"bugs": "https://github.com/sniperwolf/taggingJS/issues",
"homepage": "https://github.com/sniperwolf/taggingJS",
"demo": "http://sniperwolf.github.io/taggingJS",
"docs": "https://github.com/sniperwolf/taggingJS/blob/master/README.md",
"download": "https://github.com/sniperwolf/taggingJS/blob/master/tagging.min.js",
"dependencies": {
"jquery": ">=1.5"
}
}