spiegel-keyman/web/testing/regression-tests/package.json
dependabot[bot] af9a4d69c4
chore(deps-dev): bump minimist in /web/testing/regression-tests
Bumps [minimist](https://github.com/substack/minimist) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.2...1.2.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-04 17:27:29 +00:00

32 lines
792 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.2.0",
"commander": "^2.19.0",
"express": "^4.16.4",
"fs-extra": "^7.0.1",
"got": "^9.6.0",
"jasmine-core": "^3.3.0",
"karma": "^4.0.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^2.0.1",
"karma-mocha": "^1.3.0",
"karma-requirejs": "^1.1.0",
"karma-teamcity-reporter": "^1.1.0",
"minimist": "^1.2.3",
"mocha": "^6.0.2",
"requirejs": "^2.3.6",
"rimraf": "^2.6.3"
},
"dependencies": {}
}