-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.16 KB
/
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
44
45
46
47
48
{
"name": "dino-knob",
"version": "3.31.2021",
"description": "Knob/Dial Control and Power Button with mouse, wheel, touch and keyboard support, jQuery plugin.",
"keywords": [
"button",
"switch",
"knob",
"timer",
"output",
"range"
],
"directories": {
"dist": "dist",
"example": "example"
},
"files": [
"dist",
"example"
],
"repository": "git+https://github.com/MCX-Systems/DinoKnob.git",
"author": "MCX-Systems <[email protected]>",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@babel/cli": "^7.12.16",
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"bootstrap": "~5.0.0-beta1",
"jquery": "~3.5.1"
},
"bugs": {
"url": "https://github.com/MCX-Systems/DinoKnob/issues"
},
"homepage": "https://github.com/MCX-Systems/DinoKnob#readme",
"main": "dist/dinoKnob.js",
"browser": "dist/dinoKnob.js",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"core-js": "^3.8.3",
"stylelint": "^13.10.0",
"stylelint-cli": "^1.3.0",
"terser": "^5.6.0-beta"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": false
}