forked from karma-runner/karma-teamcity-reporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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<djkojb@gmail.com>",
"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 <friedel.ziegelmayer@gmail.com>",
"Eldar Djafarov <djkojb@gmail.com>",
"Vitaly Domnikov <dotcypress@gmail.com>",
"noresjo <noresjo@gmail.com>",
"Justin DuJardin <justin.dujardin@sococo.com>",
"Justin DuJardin <justin@dujardinconsulting.com>",
"Niklas <noresjo@gmail.com>",
"mob <mob@mikeobrien.net>"
]
}