Updating js plugins

This commit is contained in:
ahwelp
2023-01-24 20:31:23 +00:00
parent b1eb0a7a56
commit 2b6ddf9569
602 changed files with 109412 additions and 18 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "sliderTelepatic",
"authors": [
"ahwelp <ahwelp@test.com>"
],
"description": "jQuery plugin to link a labels and sliders",
"main": "dist/sliderTelepatic.js",
"license": "MIT",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"jquery": "^3.5.1"
}
}