You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
972 B

{
"name": "yunkong2.sayit",
"version": "1.7.1",
"description": "Text to speech interface for yunkong2.",
"author": {
"name": "bluefox",
"email": "dogafox@gmail.com"
},
"homepage": "https://git.spacen.net/yunkong2/yunkong2.sayit",
"keywords": [
"yunkong2",
"text to speech",
"TTS",
"Voice synthesis"
],
"repository": {
"type": "git",
"url": "https://git.spacen.net/yunkong2/yunkong2.sayit"
},
"optionalDependencies": {
"castv2-client": "^1.2.0",
"mdns": "^2.4.0"
},
"dependencies": {
"jsftp": "^2.1.3",
"aws-sdk": "~2.253.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"mocha": "^4.1.0",
"chai": "^4.1.2"
},
"bugs": {
"url": "https://git.spacen.net/yunkong2/yunkong2.sayit/issues"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit",
"install": "node main.js --install"
},
"license": "MIT",
"readmeFilename": "README.md"
}