UNPKG

mediaproxy

Version:
33 lines (32 loc) 812 B
{ "name": "mediaproxy", "version": "0.1.2", "description": "Node.js Media Proxy with REST API", "main": "index.js", "scripts": { "prepublish": "coffee -c index.coffee MediaProxy.coffee.md", "test": "coffee test/test01.coffee.md" }, "author": "Stéphane Alnet <stephane@shimaore.net> (http://shimaore.net/)", "license": "unlicense", "repository": { "type": "git", "url": "https://github.com/shimaore/node-mediaproxy.git" }, "keywords": [ "mediaproxy", "RTP" ], "bugs": { "url": "https://github.com/shimaore/node-mediaproxy/issues" }, "homepage": "https://github.com/shimaore/node-mediaproxy", "dependencies": { "zappajs": "~0.4.22" }, "devDependencies": { "coffee-script": "~1.6.3", "superagent": "~0.15.7", "should": "~2.1.1" } }