{
  "name": "rfc2047",
  "version": "4.0.1",
  "description": "Encode and decode rfc2047 (MIME encoded words)",
  "main": "lib/rfc2047.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "lint": "eslint . && prettier --check '**/*.{js,md,json}'",
    "test": "mocha",
    "test:ci": "npm run coverage",
    "coverage": "nyc --reporter=lcov --reporter=text --all -- npm test && echo google-chrome coverage/lcov-report/index.html"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/One-com/rfc2047.git"
  },
  "keywords": [
    "rfc2047",
    "mime",
    "email",
    "header",
    "subject",
    "utf-8",
    "non-ascii",
    "iconv"
  ],
  "author": "Andreas Lind <andreaslindpetersen@gmail.com>",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/One-com/rfc2047/issues"
  },
  "homepage": "https://github.com/One-com/rfc2047",
  "devDependencies": {
    "coveralls": "^2.11.2",
    "eslint": "^7.10.0",
    "eslint-config-prettier": "^6.12.0",
    "eslint-config-standard": "^14.1.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-mocha": "^8.0.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "iconv": "^3.0.0",
    "mocha": "2.1.0",
    "nyc": "^15.1.0",
    "prettier": "~2.4.1",
    "proxyquire": "^2.1.3",
    "unexpected": "10.20.0"
  },
  "dependencies": {
    "iconv-lite": "0.4.5"
  },
  "nyc": {
    "include": [
      "lib/**"
    ]
  }
}
