{ "name": "coveralls", "description": "takes json-cov output into stdin and POSTs to coveralls.io", "keywords": [ "coverage", "coveralls" ], "version": "2.2.0", "bugs": { "url": "https://github.com/cainus/node-coveralls/issues" }, "scripts": { "test": "make test", "blanket": { "pattern": "lib", "data-cover-never": "node_modules" } }, "bin": { "coveralls": "./bin/coveralls.js" }, "maintainers": [ "Gregg Caines (http://caines.ca)" ], "contributors": [ "Alan Gutierrez (http://www.prettyrobots.com/)", "Kir Belevich (https://github.com/svg)", "elliotcable (http://elliottcable.name/)", "Slotos (http://slotos.net)", "Arpad Borsos (http://swatinem.de/)" ], "dependencies": { "yaml": "0.2.3", "request": "2.16.2", "lcov-parse": "0.0.4", "log-driver": "1.2.1" }, "devDependencies": { "blanket": "~1.1.5", "sinon-restore": "1.0.0", "mocha-lcov-reporter": "0.0.1", "mocha": "1.8.1", "should": "1.1.0", "jshint": "2.1.3" }, "engines": { "node": ">=0.8.6", "npm": "1.1.65" }, "main": "index.js", "directories": { "test": "test" }, "repository": { "type": "git", "url": "git://github.com/cainus/node-coveralls.git" }, "author": "Gregg Caines", "license": "BSD" }