-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 848 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
{
"name": "alsa-capture",
"version": "0.3.0",
"description": "capture alsa pcm packages",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "node-gyp rebuild"
},
"dependencies": {
"eventemitter3": "^4.0.7",
"nan": "^2.17.0",
"node-gyp": "^9.3.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/meldron/node-alsa-capture.git"
},
"keywords": [
"alsa",
"capture",
"microphone",
"pcm"
],
"author": "Bernd Kaiser",
"license": "MIT",
"gypfile": true,
"bugs": {
"url": "https://github.com/meldron/node-alsa-capture/issues"
},
"homepage": "https://github.com/meldron/node-alsa-capture#readme"
}