aboutsummaryrefslogtreecommitdiffstats
path: root/tests/package.json
blob: 958486021abee06664abb01a15a915d075a8b2c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "scripts": {
    "test": "./node_modules/karma/bin/karma start"
  },
  "dependencies": {
    "chai": "^4.2.0",
    "karma": "^4.1.0",
    "karma-chai": "^0.1.0",
    "mocha": "^6.1.4"
  },
  "devDependencies": {
    "karma-chrome-launcher": "^2.2.0",
    "karma-firefox-launcher": "^1.1.0",
    "karma-mocha": "^1.3.0"
  }
}