{
  "name": "cmusphinxdict",
  "version": "0.0.9",
  "description": "Wrapper for CMU Sphinx Pronouncing Dictionary",
  "main": "cmusphinxdict.js",
  "bin": {
    "cmusphinxdict": "bin/cmusphinxdict.js"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "tape test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/miguelmota/node-cmusphinxdict"
  },
  "keywords": [
    "CMU",
    "sphinx",
    "pronouncing",
    "dictionary",
    "phonemes",
    "speech",
    "recognition"
  ],
  "author": "Miguel Mota <hello@miguelmota.com> (http://www.miguelmota.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/miguelmota/node-cmusphinxdict/issues"
  },
  "homepage": "https://github.com/miguelmota/node-cmusphinxdict",
  "dependencies": {
    "minimist": "^1.2.0",
    "tape": "^3.0.3"
  },
  "devDependencies": {
    "tape": "^3.5.0"
  }
}
