forked from karma-runner/karma-teamcity-reporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.16 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "karma-teamcity-reporter",
"version": "0.1.2",
"description": "A Karma plugin. Report results for Teamcity CI.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/karma-runner/karma-teamcity-reporter.git"
},
"keywords": [
"karma-plugin",
"karma-reporter",
"teamcity"
],
"author": "Eldar Djafarov<[email protected]>",
"dependencies": {},
"devDependencies": {
"mocha": "*",
"chai": "*",
"sinon": "*",
"sinon-chai": "*",
"grunt-simple-mocha": "~0.4",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.2.0",
"grunt-bump": "~0.0.11",
"grunt-npm": "~0.0.2",
"grunt-auto-release": "~0.0.4"
},
"peerDependencies": {
"karma": ">=0.9"
},
"license": "MIT",
"contributors": [
"Friedel Ziegelmayer <[email protected]>",
"Eldar Djafarov <[email protected]>",
"Vitaly Domnikov <[email protected]>",
"noresjo <[email protected]>",
"Justin DuJardin <[email protected]>",
"Justin DuJardin <[email protected]>",
"Niklas <[email protected]>",
"mob <[email protected]>"
]
}