-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.38 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
44
45
46
47
48
49
{
"name": "recorder-app",
"version": "0.1.0",
"keywords": [
"node",
"audio",
"alsa",
"capture",
"record",
"flac",
"wav",
"mp3",
"lossless",
"hi-res",
"24/192",
"24/96"
],
"scripts": {
"start": "node server.js",
"lint": "eslint src public server.js wssServer.js --color"
},
"author": "Dominic Mooney <dominic.mooney99@gmail.com>",
"description": "A Node/Express server and Web app for recording audio from line-in or mic with remote control",
"repository": "github:dmooney65/recorder-app",
"license": "MIT",
"bugs": {
"url": "https://github.com/dmooney65/recorder-app/issues"
},
"homepage": "https://github.com/dmooney65/recorder-app#readme",
"dependencies": {
"body-parser": "^1.18.3",
"bootstrap": "^3.3.7",
"compression": "^1.7.3",
"express": "^4.16.3",
"flac-bindings": "dmooney65/node-flac-bindings",
"glob": "^7.1.3",
"gpio-button": "^0.2.0",
"ip": "^1.1.5",
"jquery": "^3.2.1",
"morgan": "^1.9.0",
"node-alsa-cardinfo": "^1.0.2",
"node-mediainfolib": "dmooney65/node-mediainfolib",
"onoff": "^3.2.0",
"pug": "^2.0.3",
"serve-favicon": "^2.4.5",
"usb-detection": "^3.2.0",
"ws": "^3.3.2"
}
}