mirror of
https://github.com/bckelley/avogadrio.git
synced 2026-08-24 02:04:11 -05:00
27 lines
667 B
JSON
27 lines
667 B
JSON
{
|
|
"name": "lambdacasserole/avogadrio",
|
|
"description": "Worship your favorite molecule by setting it as your wallpaper.",
|
|
"type": "project",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Saul Johnson",
|
|
"email": "saul.a.johnson@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"silex/silex": "~2.0",
|
|
"twig/twig": "^1.24",
|
|
"mustangostang/spyc": "^0.5.1",
|
|
"intervention/image": "^2.4",
|
|
"guzzlehttp/guzzle": "^6.3",
|
|
"lambdacasserole/condense": "^1.2",
|
|
"tburry/pquery": "^1.1"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Avogadrio\\": "src/"
|
|
}
|
|
}
|
|
}
|