You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

44 lines
1.0 KiB

  1. {
  2. "name": "svg.draggable.js",
  3. "version": "2.2.2",
  4. "description": "An extension for svg.js which allows to drag elements with your mouse",
  5. "main": "dist/svg.draggable.js",
  6. "keywords": [
  7. "svg.js",
  8. "draggable",
  9. "mouse"
  10. ],
  11. "bugs": "https://github.com/svgdotjs/svg.draggable.js/issues",
  12. "license": "MIT",
  13. "author": {
  14. "name": "Wout Fierens"
  15. },
  16. "contributors": [
  17. { "name": "Wout Fierens" },
  18. { "name": "Ulrich-Matthias Schäfer" }
  19. ],
  20. "homepage": "https://github.com/svgdotjs/svg.draggable.js",
  21. "files": [
  22. "dist/"
  23. ],
  24. "repository": {
  25. "type": "git",
  26. "url": "https://github.com/svgdotjs/svg.draggable.js.git"
  27. },
  28. "engines": {
  29. "node": ">= 0.8.0"
  30. },
  31. "devDependencies": {
  32. "grunt-contrib-concat": "~0.3.0",
  33. "grunt-contrib-uglify": "~0.2.0",
  34. "grunt-contrib-watch": "~0.4.0",
  35. "grunt-contrib-clean": "~0.4.0",
  36. "grunt-contrib-copy": "^0.7.0",
  37. "grunt": "~0.4.5",
  38. "grunt-bumper": "^1.0.4"
  39. },
  40. "dependencies": {
  41. "svg.js":"^2.0.1"
  42. }
  43. }