Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
zbateson committed Jan 8, 2017
1 parent 3143f38 commit e278541
Show file tree
Hide file tree
Showing 20 changed files with 1,151 additions and 0 deletions.
41 changes: 41 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name": "zbateson/mailbox-folder",
"description": "Lists and displays email messages stored on a local folder",
"keywords": ["email", "inbox", "folder", "mailbox"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Zaahid Bateson",
"email": "zbateson@users.noreply.github.com"
}
],
"require": {
"aura/web-kernel": "~2.1.0",
"monolog/monolog": "~1.0",
"aura/view": "~2.1.0",
"aura/html": "~2.4.0",
"zbateson/mail-mime-parser": "~0.3.0"
},
"autoload": {
"psr-4": {
"ZBateson\\MailboxFolder\\": "src/",
"Aura\\Web_Project\\_Config\\": "config/"
}
},
"extra": {
"aura": {
"type": "project",
"config": {
"common": "Aura\\Web_Project\\_Config\\Common",
"dev": "Aura\\Web_Project\\_Config\\Dev",
"test": "Aura\\Web_Project\\_Config\\Test",
"prod": "Aura\\Web_Project\\_Config\\Prod"
}
}
},
"autoload-dev": {
"psr-4": {
"Aura\\Web_Project\\": "tests/"
}
}
}
Loading

0 comments on commit e278541

Please # to comment.