spiegel-keyman/web/testing/regression-tests/package.json
dependabot[bot] 187f77a121
chore(deps-dev): bump karma in /web/testing/regression-tests
Bumps [karma](https://github.com/karma-runner/karma) from 6.3.4 to 6.3.14.
- [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.4...v6.3.14)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-11 18:03:53 +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.14",
"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"
}
}