pico-speaker
Version:
Pico speaker for node js (linux systems)
32 lines (31 loc) • 665 B
JSON
{
"name": "pico-speaker",
"version": "0.0.7",
"description": "Pico speaker for node js (linux systems)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tom-s/pico-speaker.git"
},
"keywords": [
"pico2wave",
"node",
"tts",
"speak",
"raspberry",
"raspbian"
],
"author": "tom-s",
"license": "MIT",
"bugs": {
"url": "https://github.com/tom-s/pico-speaker/issues"
},
"homepage": "https://github.com/tom-s/pico-speaker#readme",
"dependencies": {
"lodash": "^3.10.1",
"q": "^1.4.1"
}
}