tally-marks
Version:
Converts a number into a tally mark string
31 lines (30 loc) • 660 B
JSON
{
"name": "tally-marks",
"version": "1.0.4",
"description": "Converts a number into a tally mark string",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/noshadil/tally-marks.git"
},
"keywords": [
"Number",
"tally",
"marks",
"streaks"
],
"author": "Nosherwan Adil <cnak145@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/noshadil/tally-marks/issues"
},
"homepage": "https://github.com/noshadil/tally-marks#readme",
"dependencies": {},
"devDependencies": {
"assert": "^1.4.1",
"mocha": "^5.2.0"
}
}