Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 70c3164f28d19ea385035965d78dad7c1aabb08d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "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"
  }
}