-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 737 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 737 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
{
"name": "jitterbuffer",
"description": "NodeJS binding to Speex Jitter Buffer",
"version": "0.1.14",
"author": "Mikko Rantanen <jubjub@jubjubnest.net>",
"homepage": "https://github.com/Rantanen/node-jitterbuffer",
"bugs": "https://github.com/Rantanen/node-jitterbuffer/issues",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/Rantanen/node-jitterbuffer.git"
},
"//": "Platform limitations is due to lack of config.h files. See README.md for more information.",
"os": [
"linux",
"darwin",
"win32"
],
"cpu": [
"x64",
"arm",
"ia32"
],
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"bindings": "~1.2.1",
"nan": "~2.10.0"
}
}