-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 739 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 739 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
30
31
32
33
34
35
36
{
"name": "node-audio-linux",
"version": "1.0.0",
"description": "Native Node.js audio controls for linux",
"main": "index.js",
"os": [
"linux"
],
"gypfile": true,
"scripts": {
"install": "node-gyp rebuild"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jlonardi/node-audio-linux.git"
},
"keywords": [
"node",
"linux",
"volume",
"audio"
],
"author": "Jarno Lonardi",
"license": "MIT",
"bugs": {
"url": "https://github.com/jlonardi/node-audio-linux/issues"
},
"homepage": "https://github.com/jlonardi/node-audio-linux#readme",
"dependencies": {
"nan": "^2.11.1",
"node-gyp": "^3.8.0"
},
"devDependencies": {
"chalk": "^2.4.1"
}
}