{
  "name": "numbo",
  "version": "2.5.0",
  "description": "Convert number and monetary amount to written text. Also helpful for writing cheques (checks). Supports English. 支援中文",
  "main": "./lib/numbo.js",
  "directories": {
    "lib": "./lib",
    "test": "./test"
  },
  "scripts": {
    "doTest": "node ./test/test.js",
    "build": "source ./build.sh",
    "test": "npm run build && npm run doTest",
    "prepublish": "npm run test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Edditoria/numbo.git"
  },
  "keywords": [
    "convert",
    "number",
    "cheque",
    "amount",
    "English",
    "Chinese",
    "number to text",
    "speak number"
  ],
  "author": "Edditoria <edditoria@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Edditoria/numbo/issues"
  },
  "homepage": "https://edditoria.github.io/numbo",
  "devDependencies": {
    "coffee-script": "^1.12.7"
  }
}
