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
| {
| "name": "tag-editor",
| "title": "tagEditor",
| "description": "A powerful and lightweight tag editor plugin for jQuery.",
| "version": "1.0.21",
| "dependencies": {
| "jquery": ">=1.7",
| "caret": ">=1.3.2"
| },
| "keywords": [
| "tags",
| "keywords",
| "editor",
| "ui",
| "tagging",
| "jQuery"
| ],
| "author": {
| "name": "Simon Steinberger",
| "url": "https://pixabay.com/users/Simon/",
| "email": "simon@pixabay.com"
| },
| "licenses": [
| {
| "type": "MIT",
| "url": "http://www.opensource.org/licenses/mit-license.php"
| }
| ],
| "homepage": "https://goodies.pixabay.com/jquery/tag-editor/demo.html",
| "demo": "https://goodies.pixabay.com/jquery/tag-editor/demo.html"
| }
|
|