mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
21 lines
485 B
JSON
21 lines
485 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.1.0",
|
|
"karma": "^3.0.0",
|
|
"karma-chrome-launcher": "^2.2.0",
|
|
"karma-firefox-launcher": "^1.1.0",
|
|
"karma-jasmine": "^1.1.2"
|
|
}
|
|
}
|