-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 924 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 924 Bytes
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
{
"name": "jquery-ui.autocomplete.scroll",
"version": "0.1.9",
"title": "Scrollable jQuery UI Autocomplete",
"description": "Scrollable jQuery UI Autocomplete Plugin for long items list.",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"ui",
"autocomplete",
"scroll",
"list"
],
"main": "jquery.ui.autocomplete.scroll.min.js",
"files": [
"jquery.ui.autocomplete.scroll.min.js",
"bower.json",
"ui.autocomplete.scroll.jquery.json"
],
"dependencies": {
"jquery": ">=1.6",
"jquery-ui": ">=1.9"
},
"homepage": "http://anseki.github.io/jquery-ui-autocomplete-scroll/",
"repository": {
"type": "git",
"url": "git://github.com/anseki/jquery-ui-autocomplete-scroll.git"
},
"bugs": "https://github.com/anseki/jquery-ui-autocomplete-scroll/issues",
"license": "MIT",
"author": {
"name": "anseki",
"url": "https://github.com/anseki"
}
}