电速宝智配引擎
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "xml",
  3. "version": "1.0.1",
  4. "description": "Fast and simple xml generator. Supports attributes, CDATA, etc. Includes tests and examples.",
  5. "homepage": "http://github.com/dylang/node-xml",
  6. "keywords": [
  7. "xml",
  8. "create",
  9. "builder",
  10. "json",
  11. "simple"
  12. ],
  13. "author": "Dylan Greene (https://github.com/dylang)",
  14. "contributors": [
  15. "Dylan Greene (https://github.com/dylang)",
  16. "Dodo (https://github.com/dodo)",
  17. "Felix Geisendrfer (felix@debuggable.com)",
  18. "Mithgol",
  19. "carolineBda (https://github.com/carolineBda)",
  20. "Eric Vantillard https://github.com/evantill",
  21. "Sean Dwyer https://github.com/reywood"
  22. ],
  23. "repository": {
  24. "type": "git",
  25. "url": "http://github.com/dylang/node-xml"
  26. },
  27. "bugs": {
  28. "url": "http://github.com/dylang/node-xml/issues"
  29. },
  30. "devDependencies": {
  31. "ava": "^0.11.0"
  32. },
  33. "scripts": {
  34. "test": "ava"
  35. },
  36. "main": "lib/xml.js",
  37. "license": "MIT"
  38. }