vamsi-check-prime-number
Version:
A simple package to check if a number is prime.
18 lines (17 loc) • 315 B
JSON
{
"name": "vamsi-check-prime-number",
"version": "1.0.1",
"description": "A simple package to check if a number is prime.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"keywords": [
"prime",
"math",
"number",
"checker"
],
"author": "Vamsi",
"license": "MIT"
}