Fl4m3Ph03n1x/heartbeatjs

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "heartbeatjs",
  "version": "1.0.8",
  "description": "Runs ping functions periodically to determine if third parties are still alive.",
  "main": "./src/heartbeat.js",
  "directories": {
    "docs": "docs",
    "test": "test"
  },
  "scripts": {
    "test": "NODE_ENV=test nyc mocha --reporter spec test/**/*_spec.js || true",
    "doc": "./node_modules/.bin/jsdoc ./src/heartbeat.js -d ./docs -c ./jsdocConf.json -t ./node_modules/ink-docstrap/template -R ./docs/DOCS_README.md",
    "report-coverage": "nyc report --reporter=lcov > coverage.lcov && ./node_modules/codecov/bin/codecov -t d82ea8f6-01bc-4db3-a8da-b8ca89ad0bb9"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Fl4m3Ph03n1x/heartbeatjs"
  },
  "keywords": [
    "heartbeat",
    "ping",
    "pong",
    "connection"
  ],
  "author": "Pedro Miguel Pereira Serrano Martins",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Fl4m3Ph03n1x/heartbeatjs/issues"
  },
  "homepage": "https://fl4m3ph03n1x.github.io/heartbeatjs/index.html",
  "devDependencies": {
    "chai": "^4.1.2",
    "codecov": "^3.0.2",
    "eslint": "^4.19.1",
    "ink-docstrap": "^1.3.2",
    "jsdoc": "^3.5.5",
    "mocha": "^5.2.0",
    "nyc": "^11.8.0",
    "sinon": "^5.0.7"
  },
  "dependencies": {
    "lodash.isfunction": "^3.0.9"
  }
}