UNPKG

count-between

Version:
36 lines (35 loc) 726 B
{ "name": "count-between", "version": "3.0.0", "authors": [ "Tobias Reich <tobias@electerious.com>" ], "description": "Counts up and down between two numbers", "main": "src/index.js", "keywords": [ "count", "number", "integer", "range", "loop", "counter" ], "license": "MIT", "homepage": "https://github.com/electerious/count-between", "repository": { "type": "git", "url": "https://github.com/electerious/count-between.git" }, "files": [ "src" ], "scripts": { "coveralls": "nyc report --reporter=lcov", "test": "nyc node_modules/mocha/bin/_mocha" }, "devDependencies": { "chai": "^4.1.2", "mocha": "^8.2.1", "nyc": "^15.1.0" } }