{
    "name": "tomk79/php-excel2html",
    "description": "Convert Excel(*.xlsx) to HTML table. with PHPExcel.",
    "keywords": [],
    "license": "MIT",
    "authors": [
        {
            "name": "Tomoya Koyanagi",
            "email": "tomk79@gmail.com"
        }
    ],
    "scripts":{
        "test": [
            "php ./vendor/phpunit/phpunit/phpunit"
        ]
    } ,
    "repositories": [
    ],
    "require": {
        "php": ">=5.3.0",
        "tomk79/filesystem": "1.*",
        "michelf/php-markdown": "^1.6.0",
        "phpoffice/phpexcel": "1.8.*"
    },
    "require-dev": {
        "phpunit/phpunit": "4.1.*"
    },
    "autoload": {
        "files": [
            "php/main.php"
        ]
    }

}
