SimpliField/objectid-stub

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "objectid-stub",
  "version": "1.3.1",
  "description": "Create predictable ObjectIds",
  "main": "index.js",
  "scripts": {
    "test": "mocha test.mocha.js",
    "coveralls": "istanbul cover --report lcovonly _mocha -- test.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
    "cover": "istanbul cover --report html _mocha -- test.mocha.js -R spec -t 5000",
    "prepublish": "npm test && npm run lint",
    "lint": "eslint index.js test.mocha.js",
    "cli": "env NPM_RUN_CLI=1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/SimpliField/objectid-stub.git"
  },
  "bugs": {
    "url": "https://github.com/SimpliField/objectid-stub/issues"
  },
  "license": "MIT",
  "homepage": "https://github.com/SimpliField/objectid-stub",
  "author": {
    "name": "Nicolas Froidure",
    "url": "http://www.insertafter.com/blog.html"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "objectid",
    "mongodb",
    "stub",
    "test"
  ],
  "devDependencies": {
    "coveralls": "^3.0.2",
    "eslint": "^5.2.0",
    "eslint-config-simplifield": "^7.1.0",
    "istanbul": "^0.4.5",
    "jsdoc-to-markdown": "^4.0.1",
    "mocha": "^5.2.0",
    "mocha-lcov-reporter": "1.3.0",
    "prettier": "1.13.7"
  },
  "dependencies": {
    "yerror": "^2.1.2"
  }
}