mirror of https://github.com/ColorlibHQ/gentelella
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
589 B
25 lines
589 B
9 years ago
|
{
|
||
|
"name": "jquery-knob",
|
||
|
"version": "1.2.13",
|
||
|
"description": "Nice, downward compatible, touchable, jQuery dial",
|
||
|
"main": "dist/jquery.knob.min.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/aterrien/jQuery-Knob.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"jquery",
|
||
|
"knob",
|
||
|
"dial"
|
||
|
],
|
||
|
"author": "Anthony Terrien",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/aterrien/jQuery-Knob/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/aterrien/jQuery-Knob#readme"
|
||
|
}
|