项目文件夹

文件
T
Nickolay Shmyrev f80dcce5ed Clarify licences
2020-01-19 19:33:55 +01:00

19 行
420 B
JSON

{
"name": "vosk",
"version": "0.1.0",
"description": "Node binding for continuous voice recoginition through pocketsphinx.",
"repository": {
"type": "git",
"url": "git://github.com/alphacep/vosk-api.git"
},
"main": "index.js",
"keywords": [
"speech",
"speech recognition",
"voice"
],
"author": "Alpha Cephei Inc.",
"license": "Apache 2.0",
"engines": { "node" : ">= 12.x.x" }
}