package.json 997 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "xml-parse-from-string",
  3. "version": "1.0.1",
  4. "description": "DOMParser.parseFromString for XML with IE8 fallback",
  5. "main": "index.js",
  6. "license": "MIT",
  7. "author": {
  8. "name": "Matt DesLauriers",
  9. "email": "dave.des@gmail.com",
  10. "url": "https://github.com/mattdesl"
  11. },
  12. "dependencies": {},
  13. "devDependencies": {
  14. "brfs": "^1.4.0",
  15. "browserify": "^9.0.3",
  16. "faucet": "0.0.1",
  17. "tape": "^3.5.0",
  18. "testling": "^1.7.1"
  19. },
  20. "scripts": {
  21. "test": "browserify test.js -t brfs | testling | faucet"
  22. },
  23. "keywords": [
  24. "ie8",
  25. "fallback",
  26. "dom",
  27. "parser",
  28. "DOMParser",
  29. "xml",
  30. "string",
  31. "parse",
  32. "browser",
  33. "browserify",
  34. "webpack",
  35. "activeXObject"
  36. ],
  37. "repository": {
  38. "type": "git",
  39. "url": "git://github.com/Jam3/xml-parse-from-string.git"
  40. },
  41. "homepage": "https://github.com/Jam3/xml-parse-from-string",
  42. "bugs": {
  43. "url": "https://github.com/Jam3/xml-parse-from-string/issues"
  44. }
  45. }