three18ti/over-9k

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "over-9k",
  "version": "1.0.3",
  "description": "It's over 9000!",
  "main": "lib/index.js",
  "scripts": {
    "test": "mocha --reporter spec",
    "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "author": "three18ti <three18ti@gmail.com>",
  "license": "MIT",
  "engines": {
    "node": ">=11.4.0"
  },
  "dependencies": {},
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "devDependencies": {
    "coveralls": "^3.0.2",
    "istanbul": "^0.4.5",
    "mocha": "^5.2.0",
    "mocha-lcov-reporter": "^1.3.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/three18ti/over-9k.git"
  },
  "keywords": [
    "over",
    "9000",
    "nine-thousand"
  ],
  "bugs": {
    "url": "https://github.com/three18ti/over-9k/issues"
  },
  "homepage": "https://github.com/three18ti/over-9k#readme"
}