forked from fewieden/MMM-voice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1001 Bytes
/
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": "mmm-voice",
"version": "1.0.2",
"description": "Voice Recognition Module for MagicMirror2",
"scripts": {
"lint": "./node_modules/.bin/eslint . && ./node_modules/.bin/stylelint .",
"docs": "./node_modules/.bin/jsdoc -c jsdoc.json ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/fewieden/MMM-voice.git"
},
"keywords": [
"MagicMirror",
"voice recognition",
"speech to text"
],
"author": "fewieden",
"license": "MIT",
"bugs": {
"url": "https://github.com/fewieden/MMM-voice/issues"
},
"homepage": "https://github.com/fewieden/MMM-voice#readme",
"devDependencies": {
"eslint": "^3.14.1",
"eslint-config-airbnb-base": "^11.0.1",
"eslint-plugin-import": "^2.2.0",
"jsdoc": "^3.4.3",
"stylelint": "^7.8.0",
"stylelint-config-standard": "^16.0.0"
},
"dependencies": {
"lmtool": "2.0.3",
"pocketsphinx-continuous": "git://github.com/fewieden/pocketsphinx-continuous-node.git"
}
}