-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
43 lines (43 loc) · 956 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
40
41
42
43
{
"name": "fuzzy-dropdown",
"version": "1.0.0",
"description": "Converts a select box into a fuzzy searchable dropdown.",
"main": "src/fuzzy-dropdown.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zeusdeux/fuzzy-dropdown.git"
},
"keywords": [
"fuzzy",
"dropdown",
"select",
"approximate",
"string",
"search",
"match",
"jquery-plugin",
"ecosystem:jquery"
],
"author": "Mudit Ameta",
"license": "MIT",
"bugs": {
"url": "https://github.com/zeusdeux/fuzzy-dropdown/issues"
},
"homepage": "https://github.com/zeusdeux/fuzzy-dropdown#readme",
"dependencies": {
"subsequence-search": "^1.0.1"
},
"peerDependencies": {
"jquery": ">= 1.x"
},
"devDependencies": {
"browserify": "^11.0.0",
"uglify-js": "^2.4.23"
}
}