{
  "name": "number-to-text",
  "version": "0.3.9",
  "description": "A number to text converter",
  "main": "index.js",
  "scripts": {
    "test": "standard && istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
    "cov": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  },
  "standard": {
    "ignore": [
      "/dist/"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Maheshkumar-Kakade/number-to-text.git"
  },
  "bugs": {
    "url": "https://github.com/Maheshkumar-Kakade/number-to-text/issues"
  },
  "homepage": "https://github.com/Maheshkumar-Kakade/number-to-text#readme",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/Maheshkumar-Kakade/number-to-text/LICENSE"
    }
  ],
  "keywords": [
    "number",
    "text",
    "conversion",
    "n2t",
    "num2text",
    "convert"
  ],
  "author": "Maheshkumar Kakade <maheshkumarkakade@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "coveralls": "^3.1.1",
    "grunt": "^1.4.1",
    "grunt-browserify": "^6.0.0",
    "grunt-contrib-uglify-es": "^3.3.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-newer": "^1.3.0",
    "istanbul": "^0.4.5",
    "load-grunt-tasks": "^5.1.0",
    "mocha": "^8.4.0",
    "should": "^13.2.3",
    "standard": "^16.0.4",
    "time-grunt": "^2.0.0"
  }
}
