-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
68 lines (68 loc) · 1.69 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
59
60
61
62
63
64
65
66
67
68
{
"name": "mocha-unfunk-reporter",
"version": "0.4.0",
"description": "Mocha reporter without console funkyness",
"author": {
"name": "Bart van der Schoor",
"url": "https://github.com/Bartvds"
},
"homepage": "https://github.com/Bartvds/mocha-unfunk-reporter",
"repository": {
"type": "git",
"url": "https://github.com/Bartvds/mocha-unfunk-reporter.git"
},
"bugs": {
"url": "https://github.com/Bartvds/mocha-unfunk-reporter/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Bartvds/mocha-unfunk-reporter/blob/master/LICENSE-MIT"
}
],
"keywords": [
"mocha",
"reporter",
"windows",
"tools",
"console",
"unfunk"
],
"main": "build/unfunk.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"jsesc": "0.4.3",
"unfunk-diff": "~0.0.1",
"miniwrite": "~0.1.3",
"ministyle": "~0.1.3"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-cli": "0.1.9",
"grunt-contrib-clean": "0.4.1",
"jshint-path-reporter": "~0.1.0",
"grunt-mocha-test": "~0.4.0",
"mocha": "~1.13.0",
"grunt-shell": "0.3.0",
"chai": "git://github.com/Bartvds/chai/#fixes/1.8.x",
"proclaim": "1.4.0",
"source-map-support": "0.2.3",
"grunt-contrib-jshint": "~0.6.3",
"grunt-continue": "0.0.1",
"grunt-fileindex": "~0.1.0",
"tslint-path-formatter": "0.1.0",
"grunt-tslint": "~0.3.2",
"grunt-run-grunt": "~0.1.2",
"gruntfile-gtx": "~0.2.1",
"ansidiff": "~1.0.0",
"grunt-concurrent": "~0.4.1",
"chai-fs": "0.0.3",
"mkdirp": "~0.3.5",
"chai-json-schema": "~1.0.5",
"q": "~0.9.7",
"grunt-mocha": "~0.4.7",
"grunt-ts": "~1.5.0"
}
}