UNPKG

ogg

Version:
33 lines (32 loc) 651 B
{ "name": "ogg", "description": "Node.js native binding to libogg", "keywords": [ "ogg", "libogg", "encode", "decode", "stream" ], "version": "1.2.6", "license": "MIT", "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)", "repository": { "type": "git", "url": "git://github.com/TooTallNate/node-ogg.git" }, "main": "./index.js", "dependencies": { "bindings": "~1.2.0", "debug": "2", "nan": "2", "readable-stream": "1.0" }, "devDependencies": { "mocha": "^3.5.3", "ogg-packet": "^1.0.0" }, "scripts": { "test": "mocha --reporter spec" } }