{
  "name": "translit-be2ascii",
  "version": "0.0.5",
  "description": "Node library for turning strings with russian and belarusian characters into ascii compliant text.",
  "homepage": "https://github.com/Staronka/node-translit-be",
  "author": {
    "name": "Egor Kuryanovich",
    "email": "me@sontan.name",
    "url": "http://sontan.name"
  },
  "repository": "sontan/translit-be",
  "license": "MIT",
  "files": [
    "index.js"
  ],
  "keywords": [
    "translit-be",
    "belarusian",
    "transliteration",
    "translit",
    "be",
    "by"
  ],
  "dependencies": {},
  "devDependencies": {
    "mocha": "^5.0.0",
    "should": "^13.2.1"
  },
  "scripts": {
    "test": "mocha --timeout 5000 test/test.js"
  }
}
