{
  "name": "hexo-i18n",
  "version": "0.2.1",
  "description": "i18n module for Hexo.",
  "main": "lib/i18n",
  "scripts": {
    "test": "gulp test"
  },
  "directories": {
    "lib": "./lib"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "repository": "hexojs/hexo-i18n",
  "homepage": "http://hexo.io/",
  "keywords": [
    "hexo",
    "i18n",
    "localization"
  ],
  "author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)",
  "license": "MIT",
  "dependencies": {
    "sprintf-js": "^1.0.2"
  },
  "devDependencies": {
    "chai": "^1.9.1",
    "coveralls": "^2.11.2",
    "gulp": "^3.8.9",
    "gulp-istanbul": "^0.5.0",
    "gulp-jshint": "^1.8.6",
    "gulp-load-plugins": "^0.7.0",
    "gulp-mocha": "^2.0.0",
    "jshint-stylish": "^1.0.0",
    "mocha": "^2.0.1",
    "rimraf": "^2.2.8"
  }
}
