UNPKG

mocca

Version:

Mocha bundled with some awesome plugins

45 lines (44 loc) 1 kB
{ "name": "mocca", "version": "1.0.3", "description": "Mocha bundled with some awesome plugins", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "mocca": "bin.sh" }, "bugs": { "url": "https://github.com/michaelcontento/mocca/issues", "email": "michaelcontento@gmail.com" }, "homepage": "https://github.com/michaelcontento/mocca", "repository": { "type": "git", "url": "git+https://github.com/michaelcontento/mocca.git" }, "keywords": [ "tap", "tdd", "bdd", "test", "mocha", "chai", "sinon", "testing", "runner" ], "author": "Michael Contento <michaelcontento@gmail.com>", "license": "MIT", "dependencies": { "chai": "^3.4.1", "chai-as-promised": "^5.1.0", "chai-string": "^1.1.6", "mocha": "^2.3.4", "mocha-clean": "^1.0.0", "mocha-junit-reporter": "^1.9.1", "sinon": "^1.17.2", "sinon-as-promised": "^4.0.0", "sinon-chai": "^2.8.0" } }