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