forked from Pixabay/jQuery-tagEditor
-
Notifications
You must be signed in to change notification settings - Fork 6
/
bower.json
33 lines (33 loc) · 806 Bytes
/
bower.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
{
"name": "jquery-tag-editor",
"description": "A powerful and lightweight tag editor plugin for jQuery.",
"version": "1.0.20",
"dependencies": {
"jquery": ">=1.7",
"caret": null
},
"homepage": "https://github.com/Pixabay/jQuery-tagEditor",
"authors": [{
"name": "Simon Steinberger",
"url": "https://pixabay.com/users/Simon/",
"email": "[email protected]"
}],
"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"
]
}