-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 758 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 758 Bytes
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
{
"name": "Hello-Lucy",
"version": "1.0.1",
"description": "Offline voice control with pages",
"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/mykle1/Hello-Lucy.git"
},
"keywords": [
"MagicMirror",
"voice recognition",
"speech to text"
],
"author": "mykle1",
"license": "MIT",
"bugs": {
"url": "https://github.com/mykle1/Hello-Lucy/issues"
},
"homepage": "https://github.com/mykle1/Hello-Lucy#readme",
"dependencies": {
"lmtool": "2.0.3",
"pocketsphinx-continuous": "git://github.com/mykle1/pocketsphinx-continuous-node.git"
}
}