-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.06 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
43
{
"name": "francisco",
"version": "0.0.7",
"description": "An Interactive Smart Mirror using AVS",
"main": "main.js",
"dependencies": {
"@google-cloud/speech": "^0.9.1",
"ejs": "^2.5.6",
"express": "^4.15.2",
"ffmpeg": "0.0.4",
"geocoder": "^0.2.3",
"googleapis": "^19.0.0",
"http-message-parser": "0.0.23",
"linear16": "^1.0.1",
"node-geocoder": "^3.16.0",
"node-localstorage": "^1.3.0",
"node-record-lpcm16": "^0.3.0",
"play-sound": "^1.1.1",
"request-promise": "^4.2.0",
"snowboy": "^1.1.0",
"socket.io": "^1.7.3",
"spawn-stream": "^1.0.2",
"spdy": "^3.4.4",
"stream-to-buffer": "^0.1.0"
},
"devDependencies": {
"electron": "^1.6.6",
"electron-rebuild": "^1.5.7"
},
"scripts": {
"test": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/vikaton/francisco.git"
},
"author": "Vikaton",
"license": "MIT",
"bugs": {
"url": "https://github.com/vikaton/francisco/issues"
},
"homepage": "https://github.com/vikaton/francisco#readme"
}