forked from taye/interact.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 982 Bytes
/
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
{
"name": "interact.js",
"version": "1.2.4",
"repository": {
"type": "git",
"url": "https://github.com/taye/interact.js.git"
},
"main": "interact.js",
"description": "Drag and drop, resizing and multi-touch gestures with inertia and snapping for modern browsers (and also IE8+)",
"homepage": "http://interactjs.io",
"authors": [{
"name" : "Taye Adeyemi",
"email": "[email protected]",
"url" : "http://taye.me"
}],
"keywords": [
"interact.js",
"draggable",
"droppable",
"drag",
"drop",
"drag and drop",
"resize",
"touch",
"multi-touch",
"gesture",
"snap",
"inertia",
"grid",
"autoscroll",
"SVG"
],
"license" : "MIT",
"spm": {
"main": "interact.js",
"ignore": [
"test",
"demo",
"img",
"docs"
]
}
}