-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
50 lines (50 loc) · 1.17 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
49
50
{
"name": "Dragon",
"version": "2.8.1",
"description": "jQuery plugin for ajust scrolling mechanics & scrollbars",
"title": "jQuery DragOn - smart scrolling",
"main": "drag-on.js",
"scripts": {
"test": "$('.dragon').dragOn()"
},
"repository": "https://github.com/PretorDH/Dragon",
"keywords": [
"ui",
"input",
"jquery",
"scroll",
"pan",
"wheel",
"hold",
"easing",
"drag"
],
"author": "PretorDH, Deparadox LLC and other contributors",
"owner": {
"name": "PretorDH, Deparadox LLC and other contributors",
"url": "http://dragon.deparadox.com/#about"
},
"maintainers": [
{
"name": "PretorDH",
"email": "pretordh@deparadox.com",
"url": "http://www.deparadox.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/PretorDH/Dragon/blob/master/LICENSE.md"
}
],
"bugs": {
"url": "https://github.com/PretorDH/Dragon/issues"
},
"homepage": "http://dragon.deparadox.com",
"docs": "http://dragon.deparadox.com/#get",
"download": "http://dragon.deparadox.com/drag-on.js",
"dependencies": {
"jquery": ">=1.8"
},
"jquery-plugin": "ecosystem:jquery"
}