This repository was archived by the owner on Jul 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.02 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.02 KB
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
64
65
66
67
68
{
"name": "karma-teamcity-reporter",
"version": "1.1.0",
"description": "A Karma plugin. Report results for Teamcity CI.",
"main": "index.js",
"scripts": {
"lint": "grunt eslint",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/karma-runner/karma-teamcity-reporter.git"
},
"keywords": [
"karma-plugin",
"karma-reporter",
"teamcity"
],
"author": "Eldar Djafarov<djkojb@gmail.com>",
"dependencies": {},
"devDependencies": {
"chai": "*",
"eslint": "^4.6.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"grunt": "^1.0.1",
"grunt-bump": "^0.8.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-conventional-github-releaser": "^1.0.0",
"grunt-eslint": "^20.1.0",
"grunt-karma": "2.x",
"grunt-npm": "^0.0.2",
"grunt-simple-mocha": "^0.4",
"karma": "1.x || ^0.13.21",
"karma-firefox-launcher": "1.x || ^0.1.6",
"karma-mocha": "1.x || ^0.2.0",
"load-grunt-tasks": "^3.5.2",
"mocha": "*",
"sinon": "*",
"sinon-chai": "*",
"validate-commit-msg": "^2.14.0"
},
"peerDependencies": {
"karma": ">=0.9"
},
"license": "MIT",
"contributors": [
"Vojta Jina <vojta.jina@gmail.com>",
"Friedel Ziegelmayer <friedel.ziegelmayer@gmail.com>",
"Mark Ethan Trostler <mark@zzo.com>",
"Eldar Djafarov <djkojb@gmail.com>",
"noresjo <noresjo@gmail.com>",
"Justin DuJardin <justin@dujardinconsulting.com>",
"Vitaly Domnikov <dotcypress@gmail.com>",
"sarychev <dizel3d@gmail.com>",
"Simon Nodel <simon.nodel@aquaticinformatics.com>",
"Sahat Yalkabov <sakhat@gmail.com>",
"Niklas <noresjo@gmail.com>",
"fc-franz <Franziskus1988@users.noreply.github.com>",
"mob <mob@mikeobrien.net>",
"nieve <nieve.goor@consumerchoices.co.uk>",
"Kevin Centeno <kevcenteno@users.noreply.github.com>",
"Amir Arad <amira@wix.com>"
]
}