scriptedbrowser/composer.json

19 lines
443 B
JSON
Raw Permalink Normal View History

2024-08-21 22:02:37 +02:00
{
"name": "contentnation/scriptedbrowser",
"description": "A tool to create video recordings of automated browser actions",
"type": "project",
"require-dev": {
"phan/phan": "^5.4"
},
"license": "GPLv3+",
"authors": [
{
"name": "Grumpydeveloper",
"email": "grumpydeveloper@contentnation.net"
}
],
2024-09-09 17:28:42 +02:00
"require": {
"arokettu/arithmetic-parser": "*"
}
2024-08-21 22:02:37 +02:00
}