APCOvernight/node-utils

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@apcovernight/node-utils",
  "version": "1.0.0",
  "description": "Useful JS functionality used in multiple projects",
  "main": "index.js",
  "scripts": {
    "test": "npm run lint && nyc mocha",
    "lint": "eslint *.js Format/**/*.js Utils/**/*.js Parse/**/*.js ",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "stryker": "stryker run",
    "write-docs": "jsdoc2md Parse/* > docs/Parse.md && jsdoc2md Format/* > docs/Format.md && jsdoc2md Utils/* > docs/Utils.md"
  },
  "dependencies": {
    "build-url": "1.3.0",
    "moment": "2.22.1"
  },
  "devDependencies": {
    "apc-style": "1.1.0",
    "apc-test": "1.1.0",
    "jsdoc-to-markdown": "4.0.1"
  },
  "author": "Ian Egner <https://twitter.com/ianegner>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/APCOvernight/node-utils.git"
  },
  "bugs": {
    "url": "https://github.com/APCOvernight/node-utils/issues"
  },
  "homepage": "https://github.com/APCOvernight/node-utils#readme"
}