mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
18 lines
402 B
JSON
18 lines
402 B
JSON
{
|
|
"name": "sphinx",
|
|
"scripts": {
|
|
"test": "npx jasmine-browser-runner runSpecs --config=tests/js/jasmine-browser.mjs"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sphinx-doc/sphinx.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sphinx-doc/sphinx/issues"
|
|
},
|
|
"devDependencies": {
|
|
"jasmine-browser-runner": "^2.5.0",
|
|
"jasmine-core": "^5.2.0"
|
|
}
|
|
}
|