Fl4m3Ph03n1x/tcp-ip_connMan

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "tcp-ip-connman",
  "version": "1.0.6",
  "description": "Connection manager for tcp/ip connections",
  "main": "./src/connectionManager.js",
  "directories": {
    "docs": "docs",
    "test": "test"
  },
  "scripts": {
    "test": "NODE_ENV=test nyc mocha --reporter spec test/**/*_spec.js || true",
    "report-coverage": "nyc report --reporter=lcov > coverage.lcov && ./node_modules/codecov/bin/codecov -t bf95a53d-c356-42b9-b6a2-0b0696f7450b",
    "doc": "./node_modules/.bin/jsdoc -c ./jsdocConf.json ./src/**.js -d ./docs -t ./node_modules/minami -R ./docs/DOCS_README.md"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Fl4m3Ph03n1x/tcp-ip_connMan.git"
  },
  "keywords": [
    "tcp-ip",
    "tcp",
    "ip",
    "tcp/ip",
    "connection",
    "sockets",
    "tcp",
    "ip"
  ],
  "author": "Pedro Miguel Pereira Serrano Martins",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Fl4m3Ph03n1x/tcp-ip_connMan/issues"
  },
  "homepage": "https://github.com/Fl4m3Ph03n1x/tcp-ip_connMan#readme",
  "devDependencies": {
    "chai": "^4.1.2",
    "codecov": "^3.0.2",
    "eslint": "^4.19.1",
    "jsdoc": "^3.5.5",
    "jsdoc-strip-async-await": "^0.1.0",
    "minami": "^1.2.3",
    "mocha": "^5.2.0",
    "nyc": "^11.8.0",
    "sinon": "^5.0.7"
  },
  "dependencies": {
    "heartbeatjs": "^1.0.8",
    "lodash.isfunction": "^3.0.9"
  }
}