{
  "name": "diacritics",
  "version": "1.3.0",
  "description": "remove diacritics from strings",
  "main": "index.js",
  "scripts": {
    "test": "node test/test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/andrewrk/node-diacritics.git"
  },
  "keywords": [
    "diacritics",
    "remove",
    "removal",
    "search",
    "string"
  ],
  "author": "Andrew Kelley",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/andrewrk/node-diacritics/issues"
  },
  "directories": {
    "test": "test"
  }
}
