{
  "name": "@johnsunam/roundoff",
  "version": "1.0.1",
  "description": "This moudule simply roundoff the floating number to the decimal place you supplied.",
  "main": "src/index.js",
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/johnsunam/roundoff.git"
  },
  "keywords": [
    "roundoff",
    "floating",
    "decimal"
  ],
  "author": "john sunam",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/johnsunam/roundoff/issues"
  },
  "homepage": "https://github.com/johnsunam/roundoff#readme",
  "devDependencies": {
    "jest": "^24.8.0"
  }
}
