package.json 982 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "interact.js",
  3. "version": "1.2.6",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/taye/interact.js.git"
  7. },
  8. "main": "interact.js",
  9. "description": "Drag and drop, resizing and multi-touch gestures with inertia and snapping for modern browsers (and also IE8+)",
  10. "homepage": "http://interactjs.io",
  11. "authors": [{
  12. "name" : "Taye Adeyemi",
  13. "email": "dev@taye.me",
  14. "url" : "http://taye.me"
  15. }],
  16. "keywords": [
  17. "interact.js",
  18. "draggable",
  19. "droppable",
  20. "drag",
  21. "drop",
  22. "drag and drop",
  23. "resize",
  24. "touch",
  25. "multi-touch",
  26. "gesture",
  27. "snap",
  28. "inertia",
  29. "grid",
  30. "autoscroll",
  31. "SVG"
  32. ],
  33. "license" : "MIT",
  34. "spm": {
  35. "main": "interact.js",
  36. "ignore": [
  37. "test",
  38. "demo",
  39. "img",
  40. "docs"
  41. ]
  42. }
  43. }