{
  "name": "rtl-unicode-normalizer",
  "version": "1.0.2",
  "description": "A configurable package for normalizing contextual forms of RTL characters. Also normalizing texts with both RTL and LTR characters.",
  "scripts": {
    "prepublish": "tsc",
    "typings": "index.d.ts",
    "start": "node server.js"
  },
  "author": "Namatullah",
  "license": "ISC",
  "devDependencies": {
    "typescript": "^2.1.0-dev.20161001",
    "typings": "^1.4.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/namatullah/rtl-unicode-normalizer.git"
  },
  "keywords": [
    "unicode",
    "normalizer",
    "normalization",
    "convert",
    "Dari",
    "Persian",
    "Pashto",
    "English"
  ],
  "bugs": {
    "url": "https://github.com/namatullah/rtl-unicode-normalizer/issues"
  },
  "homepage": "https://github.com/namatullah/rtl-unicode-normalizer#readme",
  "main": "index.js",
  "dependencies": {}
}
