2016-04-13 01:19:22 +00:00
|
|
|
{
|
|
|
|
"name": "noccylabs/shell",
|
|
|
|
"description": "Create interactive CLI shells",
|
|
|
|
"type": "library",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Christopher Vagnetoft",
|
|
|
|
"email": "noccylabs@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"NoccyLabs\\Shell\\": "lib/"
|
|
|
|
}
|
2017-01-23 22:28:12 +00:00
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"noccylabs/tinyevent": "~0.1.1"
|
2016-04-13 01:19:22 +00:00
|
|
|
}
|
2017-01-23 22:28:12 +00:00
|
|
|
}
|