is-eight
Version:
Checks if a number is equal to 8
25 lines (24 loc) • 439 B
JSON
{
"name": "is-eight",
"version": "8.0.18",
"description": "Checks if a number is equal to 8",
"main": "index.js",
"scripts": {
"test": "mocha --reporter list"
},
"repository": {
"type": "git",
"url": "https://github.com/ua2004/is-eight"
},
"keywords": [
"eight",
"is-eight",
"numbers",
"math"
],
"author": "ua2004",
"license": "WTFPL",
"devDependencies": {
"mocha": "^2.4.5"
}
}