-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
36 lines (36 loc) · 915 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
34
35
36
{
"name": "mumble",
"description": "Mumble client library",
"version": "0.3.21",
"author": "Mikko Rantanen <[email protected]>",
"homepage": "https://github.com/Rantanen/node-mumble",
"bugs": "https://github.com/Rantanen/node-mumble/issues",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/Rantanen/node-mumble.git"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"protobufjs": "^5.0.0",
"node-opus": "^0.2.2",
"celt": "^0.1.11",
"jitterbuffer": "^0.1.12"
},
"devDependencies": {
"chai": "^3.2.0",
"chai-spies": "^0.7.0",
"dmd-clean": "^0.1.0",
"event-stream": "^3.3.1",
"gulp": "^3.8.11",
"gulp-eslint": "^2.0.0",
"gulp-filter": "^2.0.2",
"gulp-jsdoc-to-markdown": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.4.1",
"gulp-util": "^3.0.4",
"mocha": "^2.2.5"
}
}