{
  "name": "iconv-utf-8-mac",
  "main": "./lib/iconv",
  "version": "2.4.0",
  "description": "Text recoding in JavaScript for fun and profit!",
  "homepage": "https://github.com/kuronekomichael/node-iconv-utf-8-mac",
  "repository": {
    "type": "git",
    "url": "git://github.com/kuronekomichael/node-iconv-utf-8-mac.git"
  },
  "author": {
    "name": "Ben Noordhuis",
    "email": "info@bnoordhuis.nl"
  },
  "engines": {
    "node": ">=10.16.3"
  },
  "license": "ISC",
  "readmeFilename": "README.md",
  "dependencies": {
    "nan": "git+https://github.com/nodejs/nan.git"
  },
  "devDependencies": {
    "tap": "~0.4.8"
  },
  "scripts": {
    "test": "tap test/test-*.js"
  }
}
