-
Notifications
You must be signed in to change notification settings - Fork 43
/
drumjs.jquery.json
35 lines (35 loc) · 987 Bytes
/
drumjs.jquery.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
{
"name": "drumjs",
"title": "DrumJS",
"description": "jQuery plugin for a 3d animated value selector.",
"keywords": [
"selector",
"picker"
],
"version": "0.1.3",
"author": {
"name": "Marcel Bretschneider, Matthias Mohr",
"url": "https://github.com/3epnm/drumjs/blob/master/AUTHORS"
},
"maintainers": [
{
"name": "Marcel Bretschneider",
"email": "[email protected]",
"url": "https://mb.aquarius.uberspace.de"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/3epnm/drumjs/blob/master/LICENSE"
}
],
"bugs": "https://github.com/3epnm/drumjs/issues",
"homepage": "https://github.com/3epnm/drumjs",
"docs": "https://github.com/3epnm/drumjs",
"download": "http://code.jquery.com/#drumjs",
"dependencies": {
"jquery": ">=1.9",
"hammerjs": ">=1.0.6dev"
}
}