wowza-securetoken-generator
Version:
Returns a SecureToken v2 URL that can be used to access streams with playback security enabled
31 lines (30 loc) • 657 B
JSON
{
"name": "wowza-securetoken-generator",
"version": "1.0.1",
"description": "Returns a SecureToken v2 URL that can be used to access streams with playback security enabled",
"main": "index.js",
"directories": {
"test": "test",
"lib": "lib"
},
"engines": {
"node": ">= 0.12"
},
"dependencies": {},
"devDependencies": {
"chai": "^3.5.0"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"wowza",
"securetoken"
],
"repository": {
"type": "git",
"url": "https://github.com/vincfalk/wowza-securetoken-generator.git"
},
"author": "Vincent Falk <vincent.falk@gmail.com>",
"license": "MIT"
}