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

bower.json « mocha-3.1.0 « lib « tests - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e96cc9526d2d1bcd20136230c1e10c08d6fd118f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  "name": "mocha",
  "homepage": "https://mochajs.org",
  "description": "simple, flexible, fun test framework",
  "repository": {
    "type": "git",
    "url": "git://github.com/mochajs/mocha.git"
  },
  "main": [
    "mocha.js",
    "mocha.css"
  ],
  "ignore": [
    "bin",
    "editors",
    "images",
    "lib",
    "scripts",
    "test",
    "assets",
    "media",
    ".*",
    "index.js",
    "karma.conf.js",
    "browser-entry.js",
    "Makefile",
    "package.json",
    "appveyor.yml"
  ],
  "keywords": [
    "mocha",
    "test",
    "bdd",
    "tdd",
    "tap"
  ],
  "license": "MIT"
}