.bower.json 924 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "raphael",
  3. "main": "raphael.min.js",
  4. "description": "JavaScript Vector Library",
  5. "dependencies": {
  6. "eve": "https://github.com/adobe-webplatform/eve.git#eef80ed"
  7. },
  8. "devDependencies": {
  9. "requirejs": "~2.1.17"
  10. },
  11. "moduleType": [
  12. "amd",
  13. "globals",
  14. "node"
  15. ],
  16. "keywords": [
  17. "svg",
  18. "vml",
  19. "javascript"
  20. ],
  21. "authors": [
  22. "Dmitry Baranovskiy"
  23. ],
  24. "license": "MIT",
  25. "ignore": [
  26. "**/.*",
  27. "*.html",
  28. "*.json",
  29. "*.markdown",
  30. "*.md",
  31. "copy.js",
  32. "Gruntfile.js",
  33. "reference.js"
  34. ],
  35. "homepage": "https://github.com/DmitryBaranovskiy/raphael",
  36. "version": "2.2.0",
  37. "_release": "2.2.0",
  38. "_resolution": {
  39. "type": "version",
  40. "tag": "v2.2.0",
  41. "commit": "a5cd61ad7864f3ad155db0fb937385de28bc389c"
  42. },
  43. "_source": "https://github.com/DmitryBaranovskiy/raphael.git",
  44. "_target": ">= 2.0",
  45. "_originalSource": "raphael"
  46. }