bower.json 678 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "draggabilly",
  3. "description": "make that shiz draggable",
  4. "main": "draggabilly.js",
  5. "dependencies": {
  6. "get-size": "^2.0.2",
  7. "unidragger": "^2.3.0"
  8. },
  9. "devDependencies": {
  10. "qunit": "^2.5.1",
  11. "jquery-bridget": "^2.0.0"
  12. },
  13. "homepage": "https://draggabilly.desandro.com",
  14. "authors": [
  15. "David DeSandro"
  16. ],
  17. "moduleType": [
  18. "amd",
  19. "globals",
  20. "node"
  21. ],
  22. "keywords": [
  23. "drag",
  24. "draggable"
  25. ],
  26. "license": "MIT",
  27. "ignore": [
  28. "**/.*",
  29. "node_modules",
  30. "bower_components",
  31. "test",
  32. "tests",
  33. "contributing.md",
  34. "Gruntfile.js",
  35. "gulpfile.js",
  36. "package.json",
  37. "sandbox"
  38. ]
  39. }