UNPKG

mocaccino

Version:

Mocha test runner as a Browserify plugin

64 lines (63 loc) 1.68 kB
{ "name": "mocaccino", "version": "6.1.0", "description": "Mocha test runner as a Browserify plugin", "keywords": [ "mocha", "runner", "stream", "browserify-plugin" ], "author": "Maximilian Antoni <mail@maxantoni.de> (http://maxantoni.de)", "contributors": [ "Andrey Popp <8mayday@gmail.com>", "Mikela Clemmons <glassresistor@gmail.com>", "JP Richardson <jprichardson@gmail.com>", "Daniel Davidson <contact@dannydavidson.com>", "Matheus Kautzmann <kautzmann5@gmail.com>", "Brad Buchanan <bradley.c.buchanan@gmail.com>", "Tomer Lahav <tomer@interlude.fm>", "Morgan Roderick <morgan@roderick.dk>", "Christopher Hiller <boneskull@boneskull.com>" ], "homepage": "https://github.com/mantoni/mocaccino.js", "main": "./lib/mocaccino.js", "engines": { "node": ">=12" }, "scripts": { "watch": "mocha --watch", "lint": "eslint .", "pretest": "npm run lint", "test": "mocha --timeout 5000", "preversion": "npm test", "version": "changes --commits --footer", "postversion": "git push --follow-tags && npm publish" }, "repository": { "type": "git", "url": "https://github.com/mantoni/mocaccino.js.git" }, "dependencies": { "brout": "^1.3.0", "listen": "^1.0.0", "mocha": "^9.2.0", "resolve": "^1.8.1", "supports-color": "^8.1.1", "through2": "^4.0.2" }, "devDependencies": { "@studio/changes": "^2.2.0", "browserify": "^16.2.3", "coverify": "^1.4.1", "eslint": "^8.5.0", "mocha-jenkins-reporter": "^0.1.9", "puppeteer": "^13.0.0" }, "files": [ "lib", "README.md", "LICENSE" ], "license": "MIT" }