{
  "name": "node-wp-i18n",
  "version": "1.2.8",
  "description": "Internationalize WordPress themes and plugins.",
  "license": "MIT",
  "homepage": "https://github.com/cedaro/node-wp-i18n",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cedaro/node-wp-i18n.git"
  },
  "author": {
    "name": "Brady Vercher",
    "email": "brady@blazersix.com",
    "url": "http://www.cedaro.com/"
  },
  "bin": {
    "wpi18n": "bin/wpi18n"
  },
  "main": "index.js",
  "scripts": {
    "lint": "jshint index.js lib/*.js",
    "pretest": "rm -rf tmp && cp -R test/fixtures tmp",
    "test": "tap test/*.js -- --cov"
  },
  "dependencies": {
    "bluebird": "^3.4.1",
    "gettext-parser": "^3.1.1",
    "glob": "^11.0.3",
    "lodash": "^4.14.2",
    "minimist": "^1.2.5",
    "mkdirp": "^3.0.1",
    "tmp": "^0.2.1"
  },
  "keywords": [
    "wordpress",
    "i18n",
    "translation"
  ],
  "devDependencies": {
    "async": "^3.2.0",
    "jshint": "^2.9.2",
    "tap": "^21.1.0"
  }
}
