{
  "name": "redact-secrets",
  "version": "1.0.0",
  "description": "Deeply iterate over an object and redact secret values by replacing them with a predefined string",
  "main": "index.js",
  "dependencies": {
    "is-secret": "^1.0.0",
    "traverse": "^0.6.6"
  },
  "devDependencies": {
    "clone": "^2.0.0",
    "standard": "^8.5.0",
    "tape": "^4.6.2"
  },
  "scripts": {
    "test": "standard && node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/watson/redact-secrets.git"
  },
  "keywords": [
    "secret",
    "hidden",
    "redact",
    "redacting",
    "iterate",
    "walk",
    "traverse",
    "obj",
    "object",
    "json"
  ],
  "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/watson/redact-secrets/issues"
  },
  "homepage": "https://github.com/watson/redact-secrets#readme",
  "coordinates": [
    55.6810347,
    12.5644174
  ]
}
