-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 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
{
"name": "mochavigo",
"version": "1.0.9",
"description": "Generate mocha test-cases report. Also view report on web dashboard @ https://vigoreport.io",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VigoReport/mochaVigo.git"
},
"keywords": [
"Mocha",
"VigoReport",
"Vigo",
"Testing",
"API",
"Testing",
"MochVigo",
"ReportOnWeb"
],
"author": "Nishchit Dhanani <[email protected]> (jsbot.io)",
"license": "ISC",
"bugs": {
"url": "https://github.com/VigoReport/mochaVigo/issues"
},
"dependencies": {
"async": "^2.0.1",
"chalk": "^1.0.0",
"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",
"request-json": "^0.6.0",
"underscore": "*",
"opener": "^1.4.1"
},
"homepage": "https://github.com/VigoReport/mochaVigo#readme"
}