{
  "name": "coveralls.io",
  "description": "Posts your coverage reports to coveralls.io. Optimized for TravisCI, Codeship.io and local builds",
  "keywords": [
    "coverage",
    "coveralls"
  ],
  "version": "2.1.0",
  "bugs": {
    "url": "https://github.com/cainus/node-coveralls/issues"
  },
  "scripts": {
    "test": "node ./test/runner.js",
    "coverage": "`npm bin`/istanbul cover ./test/runner.js",
    "coveralls": "npm run-script coverage && node bin/coveralls.js < coverage/lcov.info"
  },
  "bin": {
    "coveralls": "./bin/coveralls.js"
  },
  "maintainers": [
    "Gregg Caines <gregg@caines.ca> (http://caines.ca)"
  ],
  "contributors": [
    "Alan Gutierrez <alan@prettyrobots.com> (http://www.prettyrobots.com/)",
    "Kir Belevich (https://github.com/svg)",
    "elliotcable <github@elliottcable.name> (http://elliottcable.name/)",
    "Arpad Borsos <arpad.borsos@googlemail.com> (http://swatinem.de/)"
  ],
  "dependencies": {
    "libyaml": "0.2.2",
    "request": "2.16.2",
    "lcov-parse": "0.0.4",
    "log-driver": "1.2.1"
  },
  "devDependencies": {
    "mocha-lcov-reporter": "0.0.1",
    "mocha": "1.8.1",
    "should": "1.1.0",
    "jscoverage": "0.3.7",
    "istanbul": "~0.1.36",
    "glob": "~3.2.1"
  },
  "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"
}
