15 lines
419 B
JSON
15 lines
419 B
JSON
{
|
|
"name": "fbrinker/cookidoo-shopping-advanced",
|
|
"description": "A Cookidoo Shopping List Scraper and Parser for better results. It can unify and merge all ingredients by different rule sets.",
|
|
"type": "project",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"CookidooShoppingAdvanced\\": "src/"
|
|
}
|
|
},
|
|
"require": {
|
|
"fabpot/goutte": "^4.0",
|
|
"nadar/stemming": "^1.0"
|
|
}
|
|
}
|