-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·24 lines (24 loc) · 1022 Bytes
/
Copy pathcomposer.json
File metadata and controls
executable file
·24 lines (24 loc) · 1022 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "essfeed/event-feed",
"type": "library",
"description": "Create XML ESS Feeds and broadcast events information to Search Engines to improve SEO",
"keywords": ["events","event","Calendar","ESS","Feed","SEO","XML","Broadcast","Management","Manager","RSS","Atome","iCal","Schedule","Google Calendar","indexation","Concert","Music","Art","Museum","Conference","Exhibition","Expo","Syndication","Meetup","Eventbrite","Eventful","Aggregator","Happenings","Festival","Meetings","Standard","Event Publishers","Crawling","Booking","Upcoming","Diary","iCalendar","Organizer","Planner","Venue"],
"homepage": "https://github.com/essfeed/php-ess",
"license": "MIT",
"authors": [
{
"name": "Brice Pissard",
"email": "contact@essfeed.org",
"homepage": "http://essfeed.org",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {
"essfeed": "src"
}
}
}