forked from max-favilli/tagmanager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TagManager.jquery.json
42 lines (42 loc) · 1001 Bytes
/
TagManager.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
{
"name": "bootstrap.TagManager",
"version": "3.0.0",
"title": "Tag Manager",
"author": {
"name": "Max Favilli",
"url": "http://maxfavilli.com"
},
"licenses": [
{
"type": "MPL",
"url": "http://www.mozilla.org/MPL/2.0/index.txt"
}
],
"dependencies": {
"jquery": "1"
},
"description": "A tags manager, with this plugin a input field is used to collect tags and rendered as tags.",
"keywords": [
"tags",
"manager",
"input",
"form"
],
"homepage": "https://github.com/max-favilli/tagmanager",
"maintainers": [
{
"name": "Max Favilli",
"url": "https://github.com/max-favilli"
},
{
"name": "Johnny Shields",
"url": "https://github.com/johnnyshields"
}
],
"files": [
"README.md",
"tagmanager.css",
"tagmanager.js",
"license.txt"
]
}