forked from Kitt-AI/snowboy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.21 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"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 <[email protected]>",
"contributors": [
"Leandre Gohy <[email protected]>",
"Evan Cohen <[email protected]>"
],
"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"
}
}