edgarpf/nth-prime

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "nth-prime",
  "version": "1.0.1",
  "description": "A simple function that returns the nth prime number",
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/edgarpf/nth-prime.git"
  },
  "keywords": [
    "prime",
    "nth-prime",
    "number"
  ],
  "author": "edgarpf",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/edgarpf/nth-prime/issues"
  },
  "homepage": "https://github.com/edgarpf/nth-prime#readme",
  "dependencies": {
    "is-prime": "^1.0.1"
  }
}