{
  "name": "prettify-pinyin",
  "version": "0.1.5",
  "description": "Turns 'ni3 hao3' into 'nǐ hǎo' etc",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "cover": "istanbul cover ./node_modules/mocha/bin/_mocha --report html -- -R spec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/johnheroy/prettify-pinyin.git"
  },
  "keywords": [
    "Chinese",
    "汉字",
    "pinyin",
    "拼音"
  ],
  "author": "John Heroy",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/johnheroy/prettify-pinyin/issues"
  },
  "homepage": "https://github.com/johnheroy/prettify-pinyin",
  "devDependencies": {
    "coveralls": "^2.11.2",
    "mocha": "1.21.x",
    "mocha-lcov-reporter": "0.0.1"
  }
}
