PSchwisow/phergie-irc-plugin-react-karma

View on GitHub
composer.json

Summary

Maintainability
Test Coverage
{
    "name": "pschwisow/phergie-irc-plugin-react-karma",
    "description": "Phergie plugin for handling requests to increment or decrement counters on specified terms",
    "keywords": [ "phergie", "irc", "bot", "plugin" ],
    "license": "BSD-2-Clause",
    "authors": [
        {
            "name": "Patrick Schwisow",
            "email": "patrick.schwisow@gmail.com",
            "homepage": "https://github.com/PSchwisow/phergie-irc-plugin-react-karma",
            "role": "Developer"
        }
    ],
    "support": {
        "email": "patrick.schwisow@gmail.com",
        "irc": "irc://irc.freenode.net/phergie",
        "issues": "https://github.com/PSchwisow/phergie-irc-plugin-react-karma/issues",
        "source": "https://github.com/PSchwisow/phergie-irc-plugin-react-karma"
    },
    "require": {
        "phergie/phergie-irc-bot-react": "~2",
        "phergie/phergie-irc-plugin-react-command": "~2",
        "react/promise-timer": "~1.0",
        "wyrihaximus/react-child-process-messenger": "~2.7"
    },
    "require-dev": {
        "phpunit/phpunit": "4.5.*",
        "phake/phake": "2.0.0-beta2",
        "codeclimate/php-test-reporter": "dev-master"
    },
    "suggest": {
        "phergie/phergie-irc-plugin-react-commandhelp": "provides interactive help for commands"
    },
    "autoload": {
        "psr-4": {
            "PSchwisow\\Phergie\\Plugin\\Karma\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "PSchwisow\\Phergie\\Tests\\Plugin\\Karma\\": "tests"
        }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.0-dev"
        }
    },
    "bin": [
        "bin/karma-child-process"
    ]
}