27 lines
566 B
JSON
27 lines
566 B
JSON
{
|
|
"name": "mcnd/picea-ui",
|
|
"description": "A collection of various UI elements to integrate within Picea.",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Dave Mc Nicoll",
|
|
"email": "mcndave@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"mcnd/picea": "dev-master"
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/mcNdave/picea.git"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Picea\\Ui\\": "src/"
|
|
}
|
|
}
|
|
}
|