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
536 B

{
"name": "Haikson/sitemap-generator",
"type": "library",
"description": "Sitemap crawler and generator class",
"keywords": ["sitemap","crawler"],
"homepage": "https://github.com/Haikson/sitemap-generator",
"license": "Apache License",
"authors": [
{
"name": "Kamo Petrosyan",
"email": "kamo@haikson.com",
"homepage": "http://www.haikson.com",
"role": "Developer"
}
],
"require": {
"beautifulsoup4",
"mechanize"
}
}