{ "name": "coveralls", "description": "takes json-cov output into stdin and POSTs to coveralls.io", "keywords": [ "coverage", "coveralls" ], "version": "3.0.4", "bugs": { "url": "https://github.com/nickmerwin/node-coveralls/issues" }, "scripts": { "test": "snyk test && make test" }, "bin": { "coveralls": "./bin/coveralls.js" }, "maintainers": [ "Nick Merwin (https://coveralls.io)" ], "contributors": [ "Gregg Caines (http://caines.ca)", "Joshua Ma (http://joshma.com)", "Alan Gutierrez (http://www.prettyrobots.com/)", "Kir Belevich (https://github.com/svg)", "elliotcable (http://elliottcable.name/)", "Slotos (http://slotos.net)", "mattjmorrison (http://mattjmorrison.com)", "Arpad Borsos (http://swatinem.de/)", "Adam Moss (https://github.com/adam-moss)" ], "dependencies": { "growl": "~> 1.10.0", "js-yaml": "^3.11.0", "lcov-parse": "^0.0.10", "log-driver": "^1.2.7", "minimist": "^1.2.0", "request": "^2.86.0" }, "devDependencies": { "istanbul": "^0.4.5", "jshint": "^2.10.1", "mocha": "^6.0.1", "mocha-lcov-reporter": "^1.2.0", "should": "^9.0.2", "sinon-restore": "^1.0.1", "snyk": "^1.134.2" }, "engines": { "node": ">=4.0.0" }, "main": "index.js", "directories": { "test": "test" }, "repository": { "type": "git", "url": "git://github.com/nickmerwin/node-coveralls.git" }, "author": "Gregg Caines", "license": "BSD-2-Clause" }