-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdinoKnob.jquery.json
More file actions
38 lines (38 loc) · 1.08 KB
/
dinoKnob.jquery.json
File metadata and controls
38 lines (38 loc) · 1.08 KB
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
{
"name": "dino-knob",
"title": "DinoKnob",
"description": "Knob/Dial Control and Power Button with mouse, wheel, touch and keyboard support, jQuery plugin.",
"keywords": [
"button",
"switch",
"knob",
"timer",
"output",
"range"
],
"version": "3.31.2021",
"author": {
"name": "MCX-Systems <casardavorin@gmail.com>",
"url": "https://github.com/MCX-Systems/DinoKnob/"
},
"maintainers": [
{
"name": "Davorin Casar",
"email": "casardavorin@gmail.com",
"url": "https://github.com/MCX-Systems/DinoKnob/"
}
],
"licenses": [
{
"type": "GPL-3.0-or-later",
"url": "https://opensource.org/licenses/GPL-3.0"
}
],
"bugs": "https://github.com/MCX-Systems/DinoKnob/issues",
"homepage": "https://mcx-systems.net/DinoKnob",
"docs": "https://github.com/MCX-Systems/DinoKnob#readme",
"download": "git+https://github.com/MCX-Systems/DinoKnob.git",
"dependencies": {
"jquery": "~3.5.1"
}
}