-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
33 lines (33 loc) · 877 Bytes
/
package.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
{
"name": "karma-tap-reporter",
"version": "0.0.6",
"description": "A Karma plugin. Report results in TAP protocol.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/fumiakiy/karma-tap-reporter.git"
},
"keywords": [
"karma-plugin",
"karma-reporter",
"tap"
],
"author": "Fumiaki Yoshimatsu <[email protected]> (http://fumiakiy.tumblr.com)",
"contributors": [
"lgersman <[email protected]> (http://www.orangevolt.com)",
"Dmitrii Abramov",
"chevalric <> (https://github.com/chevalric)",
"farrago",
"leahciMic <> (https://github.com/leahciMic)"
],
"peerDependencies": {
"karma": ">=0.10.9"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/fumiakiy/karma-tap-reporter/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}