-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 1.04 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
{
"name": "voice-recognition",
"version": "1.0.6",
"description": "Voice recognition for node native",
"keywords": [
"voice",
"reconition",
"voice",
"recognizer"
],
"main": "app.js",
"scripts": {
"test": "node test/test.js",
"clean": "cmake-js clean",
"build": "cmake-js build",
"rebuild": "cmake-js rebuild",
"build-nw": "cmake-js build --runtime=nw --runtime-version=<<YOUR-NW-VERSIONI>> --arch=x64",
"rebuild-nw": "cmake-js rebuild --runtime=nw --runtime-version=<<YOUR-NW-VERSIONI>> --arch=x64",
"build-electron": "cmake-js build --runtime=electron --runtime-version=<<YOUR-ELECTRON-VERSIONI>> --arch=x64",
"rebuild-electron": "cmake-js build --runtime=electron --runtime-version=<<YOUR-ELECTRON-VERSIONI>> --arch=x64"
},
"author": {
"name": "Manu Overa"
},
"repository": {
"type": "git",
"url": "https://github.com/manujoz/voice-recognition"
},
"license": "MIT",
"dependencies": {
"bindings": "^1.5.0"
},
"devDependencies": {
"node-addon-api": "^2.0.0"
}
}