UNPKG

mocha-unfunk-reporter

Version:
69 lines (68 loc) 1.73 kB
{ "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" } }