forked from taye/interact.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
46 lines (46 loc) · 962 Bytes
/
bower.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
{
"name": "interact",
"version": "1.2.6",
"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"
],
"devDependencies": {
"mocha": "*",
"chai": "*"
},
"moduleType": [
"amd",
"globals",
"node"
],
"license": "MIT",
"ignore": [
".*",
"test",
"examples",
"img",
"docs"
]
}