-
Notifications
You must be signed in to change notification settings - Fork 13
/
bower.json
63 lines (63 loc) · 1.46 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "qunit-tap",
"description": "A TAP Output Producer Plugin for QUnit",
"version": "1.5.1",
"main": "lib/qunit-tap.js",
"license": "(MIT OR GPL-2.0)",
"ignore": [
"**/.*",
"package.json",
"node_modules",
"pre_release.sh",
"post_release.sh",
"sample",
"test"
],
"devDependencies": {
"qunit": "1.16.0"
},
"keywords": [
"QUnit",
"TAP",
"TDD",
"test",
"testing",
"tests"
],
"authors": [
{
"name": "Takuto Wada",
"email": "[email protected]",
"url": "https://github.com/twada"
},
{
"name": "Nikita Vasilyev",
"url": "http://elv1s.ru/"
},
{
"name": "Hiroki Kondo",
"url": "https://github.com/kompiro"
},
{
"name": "Keiji Yoshimi",
"url": "https://github.com/walf443"
},
{
"name": "Hiroki Honda",
"url": "https://github.com/Cside"
},
{
"name": "gyles19",
"url": "https://github.com/gyles19"
},
{
"name": "Alexander Mackay-Austin",
"url": "https://github.com/am-a"
}
],
"homepage": "https://github.com/twada/qunit-tap",
"repository": {
"type": "git",
"url": "https://github.com/twada/qunit-tap.git"
}
}