simple-round
Version:
A module for rounding decimals in JavaScript
40 lines (39 loc) • 893 B
JSON
{
"name": "simple-round",
"version": "0.4.1",
"description": "A module for rounding decimals in JavaScript",
"main": "round.js",
"scripts": {
"test": "jest ./spec/*",
"build": "babel src -d ."
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/matthewmorgan/simple-round.git"
},
"keywords": [
"Math",
"decimal rounding",
"decimal",
"currency",
"java rounding",
"money",
"round half up",
"round half down",
"round down",
"round up"
],
"author": "Matthew Morgan",
"license": "MIT",
"bugs": {
"url": "https://github.com/matthewmorgan/simple-round/issues"
},
"homepage": "https://github.com/matthewmorgan/simple-round#readme",
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"jest": "^21.2.1",
"jest-cli": "^21.2.1"
}
}