btwn
Version:
Check if a number or date is in your min-max bounds.
27 lines (26 loc) • 649 B
JSON
{
"name": "btwn",
"version": "1.2.0",
"description": "Check if a number or date is in your min-max bounds.",
"main": "index.js",
"scripts": {
"test": "mocha",
"coverage": "nyc --reporter=html --reporter=text mocha",
"browserify": "browserify index.js -o btwn.js --standalone btwn"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moriczgergo/btwn.git"
},
"keywords": [
"between",
"number",
"date"
],
"author": "skiilaa",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/moriczgergo/btwn/issues"
},
"homepage": "https://github.com/moriczgergo/btwn#readme"
}