UNPKG

happner-serial-mocha

Version:
46 lines (45 loc) 1.04 kB
{ "name": "happner-serial-mocha", "version": "1.5.2", "description": "Run mocha tests serially", "main": "index.js", "author": "Don Vawter, Simon Bishop", "license": "MIT", "dependencies": { "assert": "^1.3.0", "async": "^2.1.4", "bluebird": "^3.0.2", "colors": "^1.1.2", "commander": "^2.9.0", "expect": "1.12.0", "fs-extra": "^1.0.0", "minimist": "^1.2.0", "mocha": "^2.3.3", "traverse": "^0.6.6" }, "scripts": { "start": "node index.js", "test": "node bin/cli -t ./test -r ../lib/serialReporter -d ../test/reports" }, "bin": "./bin/cli.js", "repository": { "url": "https://github.com/happner/happner-serial-mocha.git", "type": "git" }, "keywords": [ "mocha", "promises", "serial" ], "contributors": [ { "name": "Don Vawter", "email": "donvawter@mac.com" }, { "name": "Simon Bishop", "email": "simon@tenacious.digital" } ], "homepage": "https://github.com/happner/happner-serial-mocha#readme" }