forked from taye/interact.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dr.json
43 lines (43 loc) · 1.32 KB
/
dr.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
{
"title": "interact.js",
"output": "dist/docs/index.html",
"template": "drjs-template.dot",
"files": [
{
"url": "src/actions/drag.js",
"link": "https://github.com/taye/interact.js/blob/master/src/actions/drag.js"
},
{
"url": "src/actions/drop.js",
"link": "https://github.com/taye/interact.js/blob/master/src/actions/drop.js"
},
{
"url": "src/actions/resize.js",
"link": "https://github.com/taye/interact.js/blob/master/src/actions/resize.js"
},
{
"url": "src/actions/gesture.js",
"link": "https://github.com/taye/interact.js/blob/master/src/actions/gesture.js"
},
{
"url": "src/Interactable.js",
"link": "https://github.com/taye/interact.js/blob/master/src/Interactable.js"
},
{
"url": "src/autoStart/index.js",
"link": "https://github.com/taye/interact.js/blob/master/src/autoStart/index.js"
},
{
"url": "src/interactablePreventDefault.js",
"link": "https://github.com/taye/interact.js/blob/master/src/interactablePreventDefault.js"
},
{
"url": "src/interact.js",
"link": "https://github.com/taye/interact.js/blob/master/src/interact.js"
},
{
"url": "src/Interaction.js",
"link": "https://github.com/taye/interact.js/blob/master/src/Interaction.js"
}
]
}