mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
20 lines
447 B
JSON
20 lines
447 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-firefox-launcher": "^2.0.0",
|
|
"karma-jasmine": "^4.0.0"
|
|
}
|
|
}
|