UNPKG

960 BJSONView Raw
1{
2 "name": "interactjs",
3 "version": "1.10.11",
4 "main": "dist/interact.min.js",
5 "typings": "index.d.ts",
6 "description": "Drag and drop, resizing and multi-touch gestures with inertia and snapping for modern browsers (and also IE9+)",
7 "homepage": "https://interactjs.io",
8 "authors": [
9 {
10 "name": "Taye Adeyemi",
11 "email": "dev@taye.me",
12 "url": "https://taye.me"
13 }
14 ],
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/taye/interact.js.git"
18 },
19 "keywords": [
20 "interact.js",
21 "draggable",
22 "droppable",
23 "drag",
24 "drop",
25 "drag and drop",
26 "resize",
27 "touch",
28 "multi-touch",
29 "gesture",
30 "snap",
31 "inertia",
32 "grid",
33 "autoscroll",
34 "SVG",
35 "interact"
36 ],
37 "scripts": {
38 "test": "cd ../; npm test"
39 },
40 "dependencies": {
41 "@interactjs/types": "1.10.11"
42 },
43 "sideEffects": [
44 "**/index.js",
45 "**/index.prod.js"
46 ],
47 "license": "MIT"
48}