is-greater-than
Version:
Determines if x is greater than y
30 lines (29 loc) • 641 B
JSON
{
"name": "is-greater-than",
"version": "1.1.3",
"description": "Determines if x is greater than y",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AprixStudios/is-greater-than.git"
},
"author": "AprixStudios",
"license": "ISC",
"bugs": {
"url": "https://github.com/AprixStudios/is-greater-than/issues"
},
"homepage": "https://github.com/AprixStudios/is-greater-than#readme",
"dependencies": {
"assert": "^2.0.0",
"is-number": "^7.0.0",
"mocha": "^8.1.0"
},
"keywords": [
"is",
"greater",
"than"
]
}