{
  "name": "pinyin-convert",
  "version": "1.11.0",
  "description": "Convert Hanzi to Pinyin and convert between Pinyin with tone marks and Pinyin with tone numbers.",
  "keywords": [
    "chinese",
    "convert",
    "hanzi",
    "mandarin",
    "pinyin"
  ],
  "homepage": "https://github.com/pepebecker/pinyin-convert#readme",
  "bugs": {
    "url": "https://github.com/pepebecker/pinyin-convert/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pepebecker/pinyin-convert.git"
  },
  "license": "MIT",
  "author": "Pepe Becker <mail@pepebecker.com> (http://pepebecker.com)",
  "main": "index.js",
  "scripts": {
    "test": "mocha --timeout 20000"
  },
  "dependencies": {
    "hanzi-to-pinyin": "^1.19.0",
    "pinyin-or-hanzi": "^1.16.0",
    "pinyin-split": "^1.27.0",
    "pinyin-utils": "^1.14.0"
  },
  "devDependencies": {
    "mocha": "^5.2.0",
    "should": "^13.2.3"
  },
  "engines": {
    "node": "*",
    "npm": "~4.2.0"
  }
}
