-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 926 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 926 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
37
38
39
{
"name": "node-mumble-audio",
"version": "0.2.5",
"scripts": {
"install": "bash ./node_modules/.bin/elinst"
},
"main": "index.js",
"license": "MIT",
"description": "A capture and playback audio api for node-mumble",
"author": {
"name": "Justin Chase",
"email": "justin@evolvelabs.com",
"url": "http://github.com/EvolveLabs"
},
"repository": {
"type": "git",
"url": "https://github.com/EvolveLabs/node-mumble-audio.git"
},
"contributors": [
"Jeff Crouse <jefftimesten@gmail.com>"
],
"engines": {
"node": ">=3.2.0",
"electron": "~0.32.0"
},
"binaries": [
"https://s3.amazonaws.com/evolve-bin/{name}/{name}-{version}-{platform}-{arch}-{configuration}.tgz"
],
"dependencies": {
"bindings": "*",
"electron-updater-tools": "~0.3.0"
},
"devDependencies": {
"nan": "~2.0.0"
},
"bundledDependencies": [
"electron-updater-tools"
]
}