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

component.json « mocha-2.2.5 « lib « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5da3daa25ec5a01bd5bd4116d50cd275a363360e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "mocha",
  "version": "2.2.5",
  "repo": "mochajs/mocha",
  "description": "simple, flexible, fun test framework",
  "keywords": [
    "mocha",
    "test",
    "bdd",
    "tdd",
    "tap"
  ],
  "main": "mocha.js",
  "scripts": [
    "mocha.js"
  ],
  "styles": [
    "mocha.css"
  ]
}