.bower.json 956 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "angular-xmlrpc",
  3. "description": "AngularJS module for XML-RPC communication",
  4. "version": "1.0.1",
  5. "main": "xmlrpc.js",
  6. "moduleType": "globals",
  7. "license": "Apache-2.0",
  8. "ignore": [
  9. "LICENSE"
  10. ],
  11. "keywords": [
  12. "angular",
  13. "angularjs",
  14. "xmlrpc",
  15. "angular-xmlrpc",
  16. "communication"
  17. ],
  18. "authors": [
  19. {
  20. "name": "Julien Chakra"
  21. },
  22. {
  23. "name": "Vincent Alquier"
  24. }
  25. ],
  26. "repository": {
  27. "type": "git",
  28. "url": "git://github.com/ITrust/angular-xmlrpc"
  29. },
  30. "dependencies": {
  31. "angular": "~1.4.0"
  32. },
  33. "devDependencies": {},
  34. "homepage": "https://github.com/ITrust/angular-xmlrpc",
  35. "_release": "1.0.1",
  36. "_resolution": {
  37. "type": "version",
  38. "tag": "1.0.1",
  39. "commit": "6b8d3a90787f5d3bd45637e5c8db3e78f4ec66c9"
  40. },
  41. "_source": "https://github.com/ITrust/angular-xmlrpc.git",
  42. "_target": "^1.0.1",
  43. "_originalSource": "angular-xmlrpc",
  44. "_direct": true
  45. }