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

{
"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": ">=4.4.0",
"mechanize": ">=0.2.5"
}
}