-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 995 Bytes
/
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
{
"name": "mocha-slow-test-reporter",
"version": "0.1.2",
"main": "slow-reporter.js",
"scripts": {
"test": "mocha",
"fixture": "mocha fixtures -R slow-reporter.js"
},
"author": "Kiril Vatev <vatev.1@gmail.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/catdad/mocha-slow-test-reporter.git"
},
"bugs": {
"url": "https://github.com/catdad/mocha-slow-test-reporter/issues"
},
"homepage": "https://github.com/catdad/mocha-slow-test-reporter#readme",
"description": "A simple little reporter that detects slow tests in Mocha, and prints a list of the name and time, ordered by slowest first.",
"devDependencies": {
"chai": "^3.5.0",
"lorem-ipsum": "^1.0.3",
"mocha": "^3.1.0",
"shellton": "^2.0.0"
},
"dependencies": {
"chalk": "^1.1.1",
"string-length": "^1.0.1",
"text-table": "^0.2.0",
"wordwrap": "^1.0.0"
},
"keywords": [
"mocha",
"reporter",
"slow"
]
}