{
  "name": "pinyinlite",
  "version": "1.2.1",
  "description": "Lightweight and Lightning-Fast Pinyin library",
  "main": "index_full.js",
  "browser": "dist/pinyinlite_common.min.js",
  "scripts": {
    "test": "mocha --check-leaks",
    "test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha --check-leaks",
    "build": "webpack && webpack --env=production -p",
    "benchmark": "node benchmark/run.js",
    "benchmark:asm": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=benchmark/v8_code.asm --print-opt-code benchmark/v8_sample.js",
    "gen:dict": "node dev/parseDictionary.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/breeswish/pinyinlite.git"
  },
  "keywords": [
    "pinyin",
    "拼音"
  ],
  "author": "Breezewish",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/breeswish/pinyinlite/issues"
  },
  "homepage": "https://github.com/breeswish/pinyinlite#readme",
  "devDependencies": {
    "coveralls": "^2.11.6",
    "istanbul": "^0.4.2",
    "lodash.sortedindexof": "^4.1.0",
    "lodash.sorteduniq": "^4.2.0",
    "mocha": "^3.2.0",
    "request": "^2.79.0",
    "request-promise-native": "^1.0.3",
    "should": "^11.2.0",
    "webpack": "^1.14.0",
    "yargs": "^6.6.0"
  }
}
