package.json 586 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "@nesk/puphpeteer",
  3. "version": "1.6.0",
  4. "description": "A Puppeteer bridge for PHP, supporting the entire API.",
  5. "keywords": [
  6. "php",
  7. "puppeteer",
  8. "headless-chrome",
  9. "testing",
  10. "web",
  11. "developer-tools",
  12. "automation"
  13. ],
  14. "author": {
  15. "name": "Johann Pardanaud",
  16. "email": "pardanaud.j@gmail.com",
  17. "url": "https://johann.pardanaud.com/"
  18. },
  19. "license": "MIT",
  20. "repository": "github:nesk/puphpeteer",
  21. "engines": {
  22. "node": ">=8.0.0"
  23. },
  24. "dependencies": {
  25. "@nesk/rialto": "^1.2.1",
  26. "puppeteer": "~1.18.0"
  27. }
  28. }