mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
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>
21 lines
486 B
JSON
21 lines
486 B
JSON
{
|
|
"name": "sphinx",
|
|
"scripts": {
|
|
"test": "./node_modules/.bin/karma start --browsers Firefox --single-run"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sphinx-doc/sphinx.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sphinx-doc/sphinx/issues"
|
|
},
|
|
"devDependencies": {
|
|
"jasmine-core": "^3.4.0",
|
|
"karma": "^6.3.16",
|
|
"karma-chrome-launcher": "^3.0.0",
|
|
"karma-firefox-launcher": "^1.1.0",
|
|
"karma-jasmine": "^2.0.0"
|
|
}
|
|
}
|