{
  "name": "written-number",
  "version": "0.11.1",
  "description": "Convert numbers to words - their written form.",
  "main": "lib/index.js",
  "scripts": {
    "test": " mocha --require blanket -R mocha-spec-cov-alt"
  },
  "keywords": [
    "written",
    "number",
    "english",
    "int",
    "word",
    "words",
    "numbers to words",
    "human",
    "spoken"
  ],
  "author": "Pedro Tacla Yamada",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/yamadapc/js-written-number"
  },
  "devDependencies": {
    "blanket": "1.1.7",
    "grunt": "^1.0.3",
    "grunt-browserify": "^5.3.0",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-clean": "^1.1.0",
    "grunt-contrib-uglify": "^2.3.0",
    "mocha": "^3.5.3",
    "mocha-spec-cov-alt": "^1.1.1",
    "mversion": "^2.0.0",
    "should": "^11.2.1"
  },
  "config": {
    "blanket": {
      "data-cover-never": [
        "node_modules"
      ],
      "pattern": [
        "lib"
      ],
      "spec-cov": {
        "threshold": 80,
        "localThreshold": 80,
        "lcovOutput": "lcov"
      }
    }
  }
}
