Files
say-it/package.json
T
2017-06-08 16:44:44 +08:00

35 lines
719 B
JSON

{
"name": "say-it",
"version": "0.1.0",
"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",
"play-sound": "^1.1.1",
"request": "^2.81.0"
}
}