{
  "name": "conceal",
  "version": "1.0.0",
  "description": "Conceals a string or part of it behind a specific character",
  "homepage": "https://github.com/sergi/conceal",
  "repository": {
    "type": "git",
    "url": "https://github.com/sergi/conceal.git"
  },
  "bugs": {
    "url": "https://github.com/sergi/conceal/issues"
  },
  "main": "index.js",
  "scripts": {
    "test": "node test.js"
  },
  "keywords": [
      "string",
      "mask",
      "conceal",
      "password",
      "hide"
  ],
  "author": "Sergi Mansilla <sergi.mansilla@gmail.com> (http://sergimansilla.com)",
  "devDependencies": {
    "tape": "~2.1.0"
  },
  "license": "MIT"
}
