-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.02 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"author": "Dennis Torres <[email protected]>",
"browserify": {
"transform": [
"brfs"
]
},
"bugs": {
"url": "https://github.com/psirenny/opus-encode/issues"
},
"dependencies": {
"brfs": "^1.4.0",
"duplexer": "^0.1.1",
"lodash": "^3.9.3",
"webworkify": "^1.0.2"
},
"description": "Encode audio buffer streams to ogg opus.",
"devDependencies": {
"bower": "^1.4.1",
"browserify": "^10.2.4",
"concat-stream": "^1.4.8",
"debowerify": "^1.3.1",
"tape": "^4.0.0"
},
"homepage": "https://github.com/psirenny/opus-encode#readme",
"keywords": [
"api",
"audio",
"buffer",
"encode",
"javascript",
"node",
"ogg",
"opus",
"web",
"worker"
],
"license": "Unlicense",
"main": "index.js",
"name": "opus-encode",
"repository": {
"type": "git",
"url": "git://github.com/psirenny/opus-encode.git"
},
"scripts": {
"test": "bower install && browserify test -t debowerify -o test/bundle.js"
},
"version": "2.0.2"
}