You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 478B

123456789101112131415161718192021
  1. {
  2. "name": "ui-regression",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha test/"
  8. },
  9. "author": "",
  10. "dependencies": {
  11. "chai": "^4.1.2",
  12. "fs": "0.0.1-security",
  13. "mocha": "^5.2.0",
  14. "mocha-json-report": "0.0.2",
  15. "pixelmatch": "^4.0.2",
  16. "png-js": "^0.1.1",
  17. "pngjs2": "^2.0.0",
  18. "polyserve": "^0.27.13",
  19. "puppeteer": "^1.6.1"
  20. }
  21. }