{
  "name": "arabic-reshaper",
  "version": "1.1.0",
  "description": "Reshapes Arabic words to work in non-supported environments.",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha",
    "coverage": "istanbul cover _mocha --"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/louy/Javascript-Arabic-Reshaper.git"
  },
  "author": "Louay Alakkad <louay@alakkad.me>",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/louy/Javascript-Arabic-Reshaper/issues"
  },
  "homepage": "https://github.com/louy/Javascript-Arabic-Reshaper#readme",
  "devDependencies": {
    "chai": "^3.4.0",
    "codacy-coverage": "^1.1.3",
    "codecov.io": "^0.1.6",
    "istanbul": "^0.4.0",
    "mocha": "^2.3.3",
    "mocha-junit-reporter": "^1.8.0"
  }
}
