package.json 685 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "angular-xmlrpc",
  3. "version": "1.0.0",
  4. "description": "AngularJS module for XML-RPC communication",
  5. "main": "xmlrpc.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/ITrust/angular-xmlrpc"
  12. },
  13. "keywords": [
  14. "angular",
  15. "angularjs",
  16. "xmlrpc",
  17. "angular-xmlrpc",
  18. "communication"
  19. ],
  20. "authors":[
  21. { "name": "Julien Chakra" },
  22. { "name": "Vincent Alquier" }
  23. ],
  24. "license": "Apache-2.0",
  25. "bugs": {
  26. "url": "https://github.com/ITrust/angular-xmlrpc/issues"
  27. }
  28. }