Sitemap generator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
578 B

  1. {
  2. "name": "haikson/sitemap-generator",
  3. "type": "library",
  4. "description": "Sitemap crawler and generator class",
  5. "keywords": ["sitemap","crawler"],
  6. "homepage": "https://github.com/Haikson/sitemap-generator",
  7. "license": "Apache License",
  8. "authors": [
  9. {
  10. "name": "Kamo Petrosyan",
  11. "email": "kamo@haikson.com",
  12. "homepage": "http://www.haikson.com",
  13. "role": "Developer"
  14. }
  15. ],
  16. "require": {
  17. "beautifulsoup4": ">=4.4.0",
  18. "mechanize": ">=0.2.5"
  19. }
  20. }