-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
39 lines (39 loc) · 938 Bytes
/
package.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": "jquery-tagger",
"version": "0.8.0",
"description": "jQuery plugin to turn a HTML select into an auto-suggesting, tagging widget",
"main": "src/jquery.tagger.js",
"repository": {
"type": "git",
"url": "https://github.com/Fivium/jquery-tagger.git"
},
"keywords": [
"jquery-plugin",
"autocomplete",
"ajax",
"select",
"widget",
"tagger",
"tag",
"ie6 compatible"
],
"author": {
"name": "Nick Palmer",
"email": "[email protected]",
"url": "http://fivium.co.uk/"
},
"maintainers": [
{"name": "Ben Basson"},
{"name": "Mike Leonard"}
],
"licenses": [{
"type": "BSD-3-Clause",
"url": "http://opensource.org/licenses/BSD-3-Clause"
}],
"bugs": {"url": "https://github.com/Fivium/jquery-tagger/issues"},
"homepage": "http://fivium.github.io/jquery-tagger/",
"dependencies": {
"jquery": ">=1.9",
"jquery-ui": ">=1.10"
}
}