forked from Gielert/NoodleJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 839 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 839 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
{
"name": "noodle.js",
"version": "1.2.0",
"homepage": "https://github.com/Gielert/NoodleJS",
"bugs": "https://github.com/Gielert/NoodleJS/issues",
"repository": {
"type": "git",
"url": "https://github.com/Gielert/NoodleJS.git"
},
"engines": {
"node": ">=6.0.0"
},
"description": "A NodeJS mumble client",
"main": "src/Client.js",
"scripts": {
"test": "istanbul cover _mocha --",
"lint": "eslint src || true"
},
"keywords": [
"NodeJS",
"Mumble"
],
"author": "Michiel",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.0",
"fluent-ffmpeg": "^2.0.1",
"node-opus": "^0.2.6",
"protobufjs": "^6.7.3"
},
"devDependencies": {
"chai": "^4.0.0",
"gulp": "^3.9.1",
"istanbul": "^0.4.5",
"jsdoc-to-markdown": "^3.0.0",
"mocha": "^3.4.2"
}
}