forked from adamgruber/mochawesome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.32 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
51
52
53
54
55
56
57
58
{
"name": "mochawesome",
"version": "1.3.5",
"description": "A Gorgeous HTML/CSS Reporter for Mocha.js",
"scripts": {
"test": "gulp build"
},
"author": "Adam Gruber",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/adamgruber/mochawesome"
},
"keywords": [
"mocha",
"reporter",
"json",
"handlebars"
],
"engine": "node >= 0.10.0",
"main": "mochawesome.js",
"dependencies": {
"async": "^0.9.0",
"chalk": "^1.0.0",
"handlebars": "^3.0.3",
"highlight.js": "^8.5.0",
"json-stringify-safe": "^5.0.0",
"lodash": "^3.1.0",
"mkdirp": "^0.5.1",
"mocha": "*",
"moment": "^2.9.0",
"ncp": "^1.0.1",
"node-uuid": "^1.4.1",
"opener": "^1.4.1"
},
"devDependencies": {
"bootstrap": "^3.3.2",
"chart.js": "^1.0.1",
"fiveby": "^1.0.0",
"gulp": "^3.8.1",
"gulp-concat": "^2.4.3",
"gulp-declare": "^0.3.0",
"gulp-handlebars": "^4.0.0",
"gulp-jshint": "^1.9.0",
"gulp-less": "^3.0.3",
"gulp-mocha": "^2.2.0",
"gulp-plumber": "^0.6.6",
"gulp-spawn-mocha": "^0.5.2",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.2",
"gulp-watch": "^4.1.0",
"gulp-wrap": "^0.10.1",
"jquery": "^2.1.3",
"jshint-stylish": "^1.0.0",
"merge-stream": "^0.1.7",
"should": "^3.3.2"
}
}