-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
35 lines (35 loc) · 900 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
{
"name": "mocha-better-spec-reporter",
"version": "3.1.0",
"description": "Just a bit better spec reporter for Mocha",
"main": "index.js",
"scripts": {
"test": "mocha -R ../../../ --reporter-options show-file-content=js+sm test/*.js --color"
},
"keywords": [
"mocha",
"reporter",
"spec"
],
"author": "Denis Bardadym <[email protected]>",
"license": "MIT",
"dependencies": {
"chalk": "1.1.3",
"data-uri-to-buffer": "0.0.4",
"diff": "^3.1.0",
"graceful-fs": "^4.1.3",
"minimatch": "^3.0.3",
"should-format": "^3.0.2",
"should-type": "^1.4.0",
"source-map": "^0.5.6",
"stack-trace": "0.0.9"
},
"devDependencies": {
"mocha": "latest"
},
"repository": {
"type": "git",
"url": "https://github.com/btd/mocha-better-spec-reporter.git"
},
"homepage": "https://github.com/btd/mocha-better-spec-reporter"
}