spiegel-keyman/web/testing/regression-tests/package.json
dependabot[bot] fcf57a8074
chore(deps-dev): bump karma in /web/testing/regression-tests
Bumps [karma](https://github.com/karma-runner/karma) from 6.3.14 to 6.3.16.
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma/compare/v6.3.14...v6.3.16)

---
updated-dependencies:
- dependency-name: karma
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-02 09:07:01 +00:00

31 lines
771 B
JSON

{
"name": "regression-tests",
"version": "1.0.0",
"description": "Automated regression test suite for KeymanWeb",
"main": "index.js",
"scripts": {
"test": "node test.js -l"
},
"author": "Marc Durdin",
"license": "MIT",
"devDependencies": {
"adm-zip": "^0.4.13",
"chai": "^4.3.4",
"commander": "^2.19.0",
"express": "^4.16.4",
"fs-extra": "^7.0.1",
"got": "^9.6.0",
"jasmine-core": "^3.3.0",
"karma": "^6.3.16",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^2.0.1",
"karma-mocha": "^2.0.1",
"karma-requirejs": "^1.1.0",
"karma-teamcity-reporter": "^1.1.0",
"minimist": "^1.2.3",
"mocha": "^8.4.0",
"requirejs": "^2.3.6",
"rimraf": "^2.6.3"
}
}