forked from TooTallNate/node-vorbis
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 733 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 733 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
{
"name": "vorbis",
"description": "Node.js native binding to libvorbis",
"keywords": [
"ogg",
"vorbis",
"libvorbis",
"encode",
"decode",
"stream"
],
"version": "0.2.2",
"license": "MIT",
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/node-vorbis.git"
},
"main": "./index.js",
"dependencies": {
"bindings": "^1.2.0",
"buffer-alloc": "^1.1.0",
"debug": "^2.2.0",
"nan": "^2.10.0",
"ogg": "github:BluSpring/node-ogg",
"readable-stream": "^2.3.6"
},
"devDependencies": {
"mocha": "^2.5.3"
},
"scripts": {
"test": "mocha --reporter spec"
}
}