UNPKG

736 BJSONView Raw
1{
2 "name": "interactjs",
3 "main": "index.js",
4 "description": "Drag and drop, resizing and multi-touch gestures with inertia and snapping for modern browsers (and also IE9+)",
5 "homepage": "http://interactjs.io",
6 "authors": [
7 {
8 "name": "Taye Adeyemi",
9 "email": "dev@taye.me",
10 "url": "http://taye.me"
11 }
12 ],
13 "keywords": [
14 "interact.js",
15 "draggable",
16 "droppable",
17 "drag",
18 "drop",
19 "drag and drop",
20 "resize",
21 "touch",
22 "multi-touch",
23 "gesture",
24 "snap",
25 "inertia",
26 "grid",
27 "autoscroll",
28 "SVG"
29 ],
30 "moduleType": [
31 "amd",
32 "globals",
33 "node"
34 ],
35 "license": "MIT",
36 "ignore": [
37 "/*",
38 "!src",
39 "!dist",
40 "!LICENSE"
41 ]
42}