UNPKG

simple-speak

Version:

Quickly add text-to-speech widgets to HTML, using the Web Speech API.

69 lines (67 loc) 1.96 kB
{ "name": "simple-speak", "description": "Quickly add text-to-speech widgets to HTML, using the Web Speech API.", "version": "1.3.2", "license": "MIT", "browser": "dist/simple-speak.js", "unpkg": "dist/simple-speak.js", "main": "./index.js", "author": "Nick Freear {@nfreear}", "repository": "https://github.com/nfreear/simple-speak.git", "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": "^3.2.1" }, "devDependencies": { "browserify": "^14.4.0", "csslint": "^1.0.5", "exorcist": "^0.4.0", "jsdoc": "^3.4.3", "live-server": "^1.2.0", "replace": "^0.3.0", "semistandard": "^12.0.0", "uglify-js": "^3.0.14" }, "engines": { "node": ">= 4.0.0" }, "scripts": { "build": "rm -f dist/* && src/_ver.js && npm run jsdoc && npm run browserify && npm run uglify", "uglify": "uglifyjs dist/simple-speak.js --comments=/^[!]/ -mco dist/simple-speak.min.js", "test": "semistandard && csslint style/ test/style/", "browserify": "browserify index.js --no-bf --debug | exorcist dist/simple-speak.js.map | src/_unc.js > dist/simple-speak.js", "start": "live-server -V", "jsdoc": "jsdoc -c src/jsdoc/conf.json", "osx-say-hi": "say -v vicki Hello, Im simple-speak.", "osx-voices": "say -v '?'" }, "keywords": [ "speech synthesis", "speak", "tts", "text to speech", "text-to-speech", "browser tts", "spell", "IET-OU" ], "files": [ "index.js", "dist/", "src/", "style/" ], "semistandard": { "ignore": [ "dist/", "src/jsdoc/" ] }, "x-build-js-size": "10.0KB", "//": { "html-pages": "^1.7.3", "jsdom": "^9.12.0", "node-static": "^0.7.9", "server-static (zh-CN)": "^2.0.5", "ticket": " [iet:9087033] ", "(c)": "Copyright © Nick Freear, 28-May-2017." } }