mirror of
https://github.com/wassname/Castor.git
synced 2026-08-28 12:42:36 +08:00
* added RetrieveSentences.py * removed index * connet to E2E pipeline * updated code * Some modification * clean up * config * documentation * added documentation * update documentation * update doc * update doc * add js * updated documentation * changed doc * changed requirements.txt
18 lines
368 B
JSON
18 lines
368 B
JSON
{
|
|
"name": "speech-qa-demo",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "electron-packager . SpeechDemo --electron-version 1.6.2 --icon=Icon.icns",
|
|
"start": "electron ."
|
|
},
|
|
"dependencies": {
|
|
"menubar": "^5.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"electron-packager": "^8.5.2",
|
|
"electron": "^1.6.2"
|
|
}
|
|
}
|