{
  "name": "simple-speak",
  "description": "Quickly add text-to-speech widgets to HTML, using the Web Speech API.",
  "version": "1.3.0-beta",
  "license": "MIT",
  "browser": "build/simple-speak.js",
  "unpkg": "build/simple-speak.js",
  "main": "./index.js",
  "keywords": [
    "speech synthesis", "speak", "tts", "text to speech", "text-to-speech", "browser tts", "spell", "IET-OU"
  ],
  "author": "Nick Freear {@nfreear}",
  "repository": "https://github.com/nfreear/simple-speak",
  "bugs": "https://github.com/nfreear/simple-speak/issues",
  "homepage": "http://nick.freear.org.uk/2017/06/13/simple-speak.html?utm_source=npm",
  "dependencies": {
    "jquery": "^2.2.4"
  },
  "devDependencies": {
    "browserify": "^14.4.0",
    "csslint": "^1.0.5",
    "exorcist": "^0.4.0",
    "jsdoc": "^3.4.3",
    "jsdom": "^9.12.0",
    "replace": "^0.3.0",
    "semistandard": "^11.0.0",
    "uglify-js": "^3.0.14",
    "xo": "^0.18.2"
  },
  "engines": {
    "node": ">= 4.0.0"
  },
  "scripts": {
    "build": "src/_ver.js && npm run jsdoc && npm run browserify && npm run uglify",
    "uglify": "uglifyjs build/simple-speak.js --comments=/^[!]/ -mco build/simple-speak.min.js",
    "test": "semistandard && csslint style/ test/style/",
    "browserify": "browserify index.js --no-bf --debug | exorcist build/simple-speak.js.map | src/_unc.js > build/simple-speak.js",
    "jsdoc": "jsdoc --private --verbose index.js src/ -R README.md",
    "jsdoc-xx": "jsdoc -c docs/jsdoc/conf.json",
    "jsdoc-x": "jsdoc --verbose --private --debug index.js src/ -R README.md -t docs/jsdoc/template/",
    "doc-x": "replace '<\\/body>' '<script>console.warn(\"Hi\")</script>' out/. -r --include=\"*.html\"",
    "osx-say-hi": "say -v vicki Hello, Im simple-speak.",
    "osx-voices": "say -v '?'"
  },
  "files": [
    "index.js",
    "build/",
    "src/",
    "style/"
  ],
  "semistandard": {
    "ignore": "build/"
  },
  "x-build-js-size": "10.0KB",
  "//": "Copyright © Nick Freear, 28-May-2017."
}
