Files
say-it/package.json
T

37 lines
777 B
JSON

{
"name": "say-it",
"version": "0.1.7",
"description": "Read the text you typed in command line by using Baidu tts.",
"main": "say-it.js",
"bin": {
"say-it": "./say-it.js"
},
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/wahyd4/say-it.git"
},
"keywords": [
"tts",
"command"
],
"author": "Junv",
"license": "MIT",
"bugs": {
"url": "https://github.com/wahyd4/say-it/issues"
},
"homepage": "https://github.com/wahyd4/say-it#readme",
"dependencies": {
"chalk": "^1.1.3",
"charm": "^1.0.2",
"commander": "^2.9.0",
"inquirer": "^3.0.6",
"lodash": "^4.17.4",
"play-sound": "^1.1.1",
"request": "^2.81.0",
"update-notifier": "^2.2.0"
}
}