2 Star 1 Fork 1

shucai / snowboy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
chenguoguo 提交于 2018-04-17 12:02 . 1.3.1
{
"name": "snowboy",
"version": "1.3.1",
"description": "Snowboy is a customizable hotword detection engine",
"main": "lib/node/index.js",
"typings": "lib/node/index.d.ts",
"binary": {
"module_name": "snowboy",
"module_path": "./lib/node/binding/{configuration}/{node_abi}-{platform}-{arch}/",
"remote_path": "./{module_name}/v{version}/{configuration}/",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz",
"host": "https://snowboy-release-node.s3-us-west-2.amazonaws.com"
},
"scripts": {
"install": "node-pre-gyp install --fallback-to-build",
"test": "node index.js",
"prepublish": "tsc --listFiles"
},
"author": "KITT.AI <snowboy@kitt.ai>",
"contributors": [
"Leandre Gohy <leandre.gohy@hexeo.be>",
"Evan Cohen <evanbtcohen@gmail.com>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Kitt-AI/snowboy.git"
},
"gypfile": true,
"license": "Apache-2.0",
"dependencies": {
"node-pre-gyp": "^0.6.30"
},
"devDependencies": {
"@types/node": "^6.0.38",
"aws-sdk": "2.x",
"nan": "^2.4.0",
"typescript": "^2.0.2"
},
"bugs": {
"url": "https://github.com/Kitt-AI/snowboy/issues"
}
}
C++
1
https://gitee.com/shucai/snowboy.git
git@gitee.com:shucai/snowboy.git
shucai
snowboy
snowboy
master

搜索帮助