mirror of
https://github.com/devbridge/jQuery-Autocomplete.git
synced 2024-11-09 14:50:57 +00:00
Add package lock file
This commit is contained in:
parent
8138252b4c
commit
b2403e9ed6
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,7 +1 @@
|
|||||||
/*.user
|
/node_modules
|
||||||
/*.sln
|
|
||||||
/*.suo
|
|
||||||
/.idea*
|
|
||||||
/*.xml
|
|
||||||
/bower_components
|
|
||||||
/node_modules/*
|
|
||||||
|
26
bower.json
26
bower.json
@ -1,26 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "devbridge-autocomplete",
|
|
||||||
"version": "1.4.11",
|
|
||||||
"homepage": "https://github.com/devbridge/jQuery-Autocomplete",
|
|
||||||
"authors": [
|
|
||||||
"Tomas Kirda"
|
|
||||||
],
|
|
||||||
"description": "Autocomplete provides suggestions while you type into the text field.",
|
|
||||||
"main": "dist/jquery.autocomplete.js",
|
|
||||||
"keywords": [
|
|
||||||
"ajax",
|
|
||||||
"autocomplete"
|
|
||||||
],
|
|
||||||
"license": "MIT",
|
|
||||||
"ignore": [
|
|
||||||
"**/.*",
|
|
||||||
"node_modules",
|
|
||||||
"bower_components",
|
|
||||||
"spec",
|
|
||||||
"scripts",
|
|
||||||
"content"
|
|
||||||
],
|
|
||||||
"dependencies": {
|
|
||||||
"jquery": ">=1.7"
|
|
||||||
}
|
|
||||||
}
|
|
1966
package-lock.json
generated
Normal file
1966
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user