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
| {
| "name": "jquery-tag-editor",
| "description": "A powerful and lightweight tag editor plugin for jQuery.",
| "version": "1.0.21",
| "dependencies": {
| "jquery": ">=1.7",
| "caret": null
| },
| "homepage": "https://github.com/Pixabay/jQuery-tagEditor",
| "authors": [{
| "name": "Simon Steinberger",
| "url": "https://pixabay.com/users/Simon/",
| "email": "simon@pixabay.com"
| }],
| "keywords": [
| "tags",
| "keywords",
| "editor",
| "drag and drop",
| "editable",
| "edit"
| ],
| "licenses": [{
| "type": "MIT",
| "url": "http://www.opensource.org/licenses/mit-license.php"
| }],
| "ignore": [
| "bower.json",
| "demo.html",
| "readme.md",
| "tag-editor.jquery.json"
| ]
| }
|
|