-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 830 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
{
"name": "select-typeahead-vue",
"version": "0.0.6",
"description": "A Vue Component to convert the native html select-dropdown to searchable dropdown (something similar to the datalist html tag which isn't supported in most of the browsers)",
"main": "selectToSearch.js",
"scripts": {
"test": "open index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rahulgaba16/searchable-select-dropdown.git"
},
"dependencies": {
"vue": "^1.0.21"
},
"keywords": [
"vue",
"searchable",
"select",
"dropdown",
"typeahead"
],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/rahulgaba16/searchable-select-dropdown/issues"
},
"homepage": "https://github.com/rahulgaba16/searchable-select-dropdown#readme"
}