package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "wicked-good-xpath",
  3. "description": "Pure JS implementation of the DOM Level 3 XPath specification",
  4. "version": "1.3.0",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/google/wicked-good-xpath.git"
  8. },
  9. "main": "dist/wgxpath.install-node.js",
  10. "files": [
  11. "dist/*.js",
  12. "package.json",
  13. "README.md"
  14. ],
  15. "keywords": [
  16. "closure",
  17. "google",
  18. "html",
  19. "javascript",
  20. "library",
  21. "parse",
  22. "wgxpath",
  23. "wicked-good-xpath",
  24. "xpath"
  25. ],
  26. "author": {
  27. "name": "Google Inc."
  28. },
  29. "contributors": [
  30. {
  31. "name": "Evan Thomas",
  32. "email": "evanrthom@gmail.com"
  33. },
  34. {
  35. "name": "Greg Dennis",
  36. "email": "gdennis@google.com"
  37. },
  38. {
  39. "name": "Joon Lee",
  40. "email": "joonlee@google.com"
  41. },
  42. {
  43. "name": "Michael Zhou",
  44. "email": "zhoumotongxue008@gmail.com"
  45. }
  46. ],
  47. "license": "MIT",
  48. "bugs": {
  49. "url": "https://github.com/google/wicked-good-xpath/issues"
  50. },
  51. "homepage": "https://github.com/google/wicked-good-xpath",
  52. "devDependencies": {
  53. "google-closure-compiler": "^20160315.2.0",
  54. "google-closure-library": "^20160315.0.0",
  55. "gulp": "^3.9.1"
  56. }
  57. }