{
  "name": "format-currency",
  "version": "1.0.0",
  "description": "Format strings or numbers to currency strings.",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "scripts": {
    "lint": "standard",
    "test": "npm run lint && npm run unit",
    "unit": "ava --verbose"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/exodusmovement/format-num.git"
  },
  "keywords": [
    "number",
    "format",
    "formatting",
    "string",
    "number-unit",
    "money",
    "currency",
    "bitcoin",
    "ethereum"
  ],
  "author": "JP Richardson",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/exodusmovement/format-num/issues"
  },
  "homepage": "https://github.com/exodusmovement/format-num#readme",
  "dependencies": {
    "format-num": "^1.0.0"
  },
  "devDependencies": {
    "ava": "0.13.x",
    "standard": "6.x"
  }
}
