Skip to content

Commit

Permalink
Merge pull request #23 from spekulatius/fixing-json
Browse files Browse the repository at this point in the history
Fixing formatting of the composer.json
  • Loading branch information
anselmdk committed Jan 6, 2016
2 parents f73b420 + 4915145 commit 6e5fba9
Showing 1 changed file with 28 additions and 18 deletions.
46 changes: 28 additions & 18 deletions composer.json
@@ -1,19 +1,29 @@
{
"name": "titledk/silverstripe-calendar",
"description": "Highly flexible calendar system for SilverStripe",
"type": "silverstripe-module",
"homepage": "https://github.com/titledk/silverstripe-calendar",
"keywords": ["silverstripe", "calendar", "events"],
"license": "MIT",
"authors": [
{"name": "Anselm Christophersen","email": "ac@anselm.dk"},
{"name": "Colin Burns","email": "ccburns@gmail.com"}
],
"extra": {
"installer-name": "calendar",
"screenshots": [
"docs/img/preview.png",
"docs/img/screenshots/frontend-fullcalendar.png"
]
}
}
"name": "titledk/silverstripe-calendar",
"description": "Highly flexible calendar system for SilverStripe",
"type": "silverstripe-module",
"homepage": "https://github.com/titledk/silverstripe-calendar",
"keywords": [
"silverstripe",
"calendar",
"events"
],
"license": "MIT",
"authors": [
{
"name": "Anselm Christophersen",
"email": "ac@anselm.dk"
},
{
"name": "Colin Burns",
"email": "ccburns@gmail.com"
}
],
"extra": {
"installer-name": "calendar",
"screenshots": [
"docs/img/preview.png",
"docs/img/screenshots/frontend-fullcalendar.png"
]
}
}

0 comments on commit 6e5fba9

Please sign in to comment.