21 lines
405 B
JSON
21 lines
405 B
JSON
{
|
|
"name": "noccylabs/juicer",
|
|
"description": "E-liquid mixing library",
|
|
"type": "library",
|
|
"license": "GPL-3.0",
|
|
"authors": [
|
|
{
|
|
"name": "Christopher Vagnetoft",
|
|
"email": "cvagnetoft@gmail.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"NoccyLabs\\Juicer\\": "src/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "~7.0"
|
|
}
|
|
}
|