.bower.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "name": "interact",
  3. "version": "1.2.6",
  4. "main": "interact.js",
  5. "description": "Drag and drop, resizing and multi-touch gestures with inertia and snapping for modern browsers (and also IE8+)",
  6. "homepage": "http://interactjs.io",
  7. "authors": [
  8. {
  9. "name": "Taye Adeyemi",
  10. "email": "dev@taye.me",
  11. "url": "http://taye.me"
  12. }
  13. ],
  14. "keywords": [
  15. "interact.js",
  16. "draggable",
  17. "droppable",
  18. "drag",
  19. "drop",
  20. "drag and drop",
  21. "resize",
  22. "touch",
  23. "multi-touch",
  24. "gesture",
  25. "snap",
  26. "inertia",
  27. "grid",
  28. "autoscroll",
  29. "SVG"
  30. ],
  31. "devDependencies": {
  32. "mocha": "*",
  33. "chai": "*"
  34. },
  35. "moduleType": [
  36. "amd",
  37. "globals",
  38. "node"
  39. ],
  40. "license": "MIT",
  41. "ignore": [
  42. ".*",
  43. "test",
  44. "demo",
  45. "img",
  46. "docs"
  47. ],
  48. "_release": "1.2.6",
  49. "_resolution": {
  50. "type": "version",
  51. "tag": "v1.2.6",
  52. "commit": "9bc2445db99c34a8be8e19ddbd086f73ea4ed483"
  53. },
  54. "_source": "git://github.com/taye/interact.js.git",
  55. "_target": "~1.2.6",
  56. "_originalSource": "interact",
  57. "_direct": true
  58. }