You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1022 B
JSON
50 lines
1022 B
JSON
{
|
|
"name": "johngrogg/ics-parser",
|
|
"description": "ICS Parser",
|
|
"homepage": "https://github.com/u01jmg3/ics-parser",
|
|
"keywords": [
|
|
"ical",
|
|
"ical-parser",
|
|
"icalendar",
|
|
"ics",
|
|
"ics-parser",
|
|
"ifb"
|
|
],
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Jonathan Goode",
|
|
"role": "Developer/Owner"
|
|
},
|
|
{
|
|
"name": "John Grogg",
|
|
"email": "john.grogg@gmail.com",
|
|
"role": "Developer/Prior Owner"
|
|
}
|
|
],
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/u01jmg3"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.6.40",
|
|
"ext-mbstring": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5|^9|^10"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"ICal": "src/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": [
|
|
"phpunit --colors=always"
|
|
]
|
|
}
|
|
}
|