forked from mochajs/mocha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
47 lines (47 loc) · 989 Bytes
/
bower.json
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.0.1",
"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"
}