forked from ashishbajaj99/mic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 777 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 777 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
29
{
"name": "mic",
"version": "2.1.2",
"description": "A simple stream wrapper for arecord (Linux (including Raspbian)) and sox (Mac/Windows). Returns a Passthrough stream object so that stream control like pause(), resume(), pipe(), etc. are all available.",
"main": "index.js",
"scripts": {
"test": "node tests/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ashishbajaj99/mic.git"
},
"keywords": [
"node-mic",
"microphone",
"sox",
"alsa",
"arecord",
"mic",
"audio",
"input"
],
"author": "Ashish Bajaj <bajaj.ashish@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ashishbajaj99/mic/issues"
},
"homepage": "https://github.com/ashishbajaj99/mic#readme"
}