speak.awf
Version:
Alfred 3 workflow for using macOS's text-to-speech features
55 lines (54 loc) • 1.13 kB
JSON
{
"name": "speak.awf",
"description": "Alfred 3 workflow for using macOS's text-to-speech features",
"private": false,
"version": "0.4.2",
"os": [
"darwin"
],
"preferGlobal": true,
"homepage": "https://github.com/mklement0/speak.awf",
"repository": {
"type": "git",
"url": "https://github.com/mklement0/speak.awf.git"
},
"bugs": {
"url": "https://github.com/mklement0/speak.awf/issues"
},
"scripts": {
"postinstall": "./bin/installAwf",
"postuninstall": "./bin/installAwf -u",
"test": "make test"
},
"keywords": [
"alfred",
"workflow",
"awf",
"speech",
"speak",
"tts",
"text-to-speech",
"voices",
"bilingual",
"multilingual",
"languages",
"linguistics",
"macos",
"osx"
],
"author": "Michael Klement <mklement0@gmail.com> (http://same2u.net)",
"license": "MIT",
"net_same2u": {
"make_pkg": {
"tocOn": true,
"tocTitle": "**Contents**"
}
},
"devDependencies": {
"doctoc": "^0.13.0",
"json": "^9.0.3",
"replace": "^0.3.0",
"semver": "^4.2.0",
"tap": "^0.6.0"
}
}