-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1023 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
37
38
39
40
41
42
43
44
{
"name": "jarvis-system",
"version": "0.0.23",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "^1.18.3",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "^4.16.3",
"ibm-watson": "^6.1.1",
"morgan": "~1.9.0",
"mqtt": "^2.18.8",
"multer": "^1.3.1",
"node-cmd": "^3.0.0",
"node-lame": "^1.1.0",
"node-opus": "^0.2.9",
"node-record-lpcm16": "^0.3.0",
"ogg": "^1.2.5",
"opus": "0.0.0",
"play-sound": "^1.1.2",
"player": "^0.6.1",
"pug": "2.0.0-beta11",
"request": "^2.87.0",
"request-promise": "^4.2.2",
"serve-favicon": "~2.4.5",
"socket.io": "^2.1.1",
"speaker": "^0.4.1",
"stream-converter": "0.0.1",
"streamifier": "^0.1.1",
"systeminformation": "^3.42.2",
"wav": "^1.0.2"
},
"optionalDependencies": {
"snowboy": "^1.3.1"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-google": "^0.9.1",
"mocha": "^5.2.0"
}
}