1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "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": "dev@taye.me",
- "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",
- "demo",
- "img",
- "docs"
- ]
- }
|