{
  "name": "numer.js",
  "version": "0.1.0",
  "description": "An open-source JavaScript library for formatting and manipulating numbers.",
  "author": "Bunlong <bunlong.van@gmail.com>",
  "main": "numer.js",
  "browser": "numer.min.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Bunlong/numer.js.git"
  },
  "bugs": {
    "url": "https://github.com/Bunlong/numer.js.git/issues"
  },
  "keywords": [
    "numer.js",
    "format",
    "numer"
  ],
  "homepage": "https://github.com/Bunlong/numer.js",
  "scripts": {
    "lint": "eslint --no-ignore numer.js Gruntfile.js .eslintrc.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {
    "eslint": "^7.32.0",
    "grunt": "^1.4.1",
    "grunt-contrib-uglify": "^5.0.1"
  }
}
