forked from yahoo/preceptor-reporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.17 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
47
48
49
50
{
"name": "preceptor-reporter",
"version": "0.10.0",
"description": "Reporting library for the preceptor test-runner and aggregator",
"license": "MIT",
"main": "index.js",
"homepage": "https://github.com/yahoo/preceptor-reporter",
"bugs": "https://github.com/yahoo/preceptor-reporter/issues",
"author": {
"name": "Marcel Erz",
"email": "[email protected]",
"url": "http://www.marcelerz.com"
},
"repository": {
"type": "git",
"url": "https://github.com/yahoo/preceptor-reporter.git"
},
"keywords": [
"testing",
"preceptor",
"reporter",
"xunit",
"tap",
"teamcity",
"saucelabs"
],
"scripts": {
"test": "istanbul cover -- _mocha --reporter spec",
"docs": "yuidoc ."
},
"dependencies": {
"preceptor-core": "~0.10.0",
"glob": "3.2.3",
"sax": "0.6.1",
"promise": "6.0.0",
"underscore": "1.7.0",
"xmlbuilder": "2.4.4"
},
"devDependencies": {
"chai": "1.9.2",
"codeclimate-test-reporter": "0.0.4",
"coveralls": "2.11.2",
"cucumber": "0.4.2",
"istanbul": "0.3.2",
"mocha": "1.21.4",
"sinon": "1.12.2",
"sinon-chai": "2.7.0",
"yuidocjs": "0.3.50"
}
}