-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
47 lines (47 loc) · 1.44 KB
/
composer.json
File metadata and controls
47 lines (47 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "phergie/phergie-irc-plugin-react-tableflip",
"description": "Phergie plugin for Outputting the upside down version of a phrase",
"keywords": [ "phergie", "irc", "bot", "plugin" ],
"license": "BSD-2-Clause",
"authors": [
{
"name": "Emily Stamey",
"email": "elstamey@gmail.com",
"homepage": "http://phergie.org",
"role": "Developer"
}
],
"support": {
"email": "elstamey@gmail.com",
"irc": "irc://irc.freenode.net/phergie",
"issues": "https://github.com/phergie/phergie-irc-plugin-react-tableflip/issues",
"source": "https://github.com/phergie/phergie-irc-plugin-react-tableflip"
},
"require": {
"phergie/phergie-irc-bot-react": "~1",
"phergie/phergie-irc-plugin-react-command": "~1.0",
"phergie/phergie-irc-plugin-react-tableflip": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "4.5.*",
"phake/phake": "2.0.0-beta2"
},
"suggest": {
"phergie/phergie-irc-plugin-react-commandhelp": "provides interactive help for commands"
},
"autoload": {
"psr-4": {
"Phergie\\Irc\\Plugin\\React\\TableFlip\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Phergie\\Irc\\Tests\\Plugin\\React\\TableFlip\\": "tests"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}