summaryrefslogtreecommitdiff
path: root/package.json
blob: 451f5e20a11abae8d4630e2583ec743a4de0f68f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "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"
  }
}