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

bower.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: f03b076d09e2d5b4d25aa56a46391f888a0f5be3 (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
39
40
41
42
43
44
45
46
47
{
  "name": "mocha",
  "version": "2.2.5",
  "homepage": "http://mocha.github.io/mocha",
  "description": "simple, flexible, fun test framework",
  "authors": [
    "TJ Holowaychuk <tj@vision-media.ca>",
    "Joshua Appelman <joshua@jbna.nl>",
    "Oleg Gaidarenko <markelog@gmail.com>",
    "Christoffer Hallas <christoffer.hallas@gmail.com>",
    "Christopher Hiller <chiller@badwing.com>",
    "Travis Jeffery <tj@travisjeffery.com>",
    "Johnathan Ong <me@jongleberry.com>",
    "Guillermo Rauch <rauchg@gmail.com>"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/mochajs/mocha.git"
  },
  "main": [
    "mocha.js",
    "mocha.css"
  ],
  "ignore": [
    "bin",
    "editors",
    "images",
    "lib",
    "support",
    "test",
    ".gitignore",
    ".npmignore",
    ".travis.yml",
    "component.json",
    "index.js",
    "Makefile",
    "package.json"
  ],
  "keywords": [
    "mocha",
    "test",
    "bdd",
    "tdd",
    "tap"
  ],
  "license": "MIT"
}