| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "name": "hls-tools",
- "version": "0.0.0",
- "description": "HTTP Live Streaming (HLS) tools",
- "keywords": [
- "hls",
- "m3u8",
- "streaming"
- ],
- "main": "index.js",
- "scripts": {
- "test": "mocha -R list"
- },
- "directories": {
- "test": "test"
- },
- "bin": {
- "hlsdump": "./bin/hlsdump",
- "hlsmon": "./bin/hlsmon"
- },
- "repository": {
- "type": "git",
- "url": "http://github.com/kanongil/node-hls-tools.git"
- },
- "author": "Gil Pedersen <gpdev@gpost.dk>",
- "license": "BSD",
- "dependencies": {
- "debug": "~0.7.0",
- "carrier": "~0.1.8",
- "commander": "~1.1.1",
- "readable-stream": "~1.0.0",
- "xtend": "~2.0.3",
- "deep-equal": "0.0.0",
- "measured": "~0.1.3",
- "streamprocess": "0.0.1",
- "oncemore": "~0.1.0",
- "m3u8parse": "~0.1.0",
- "mime": "~1.2.11",
- "uristream": "~0.1.0"
- },
- "devDependencies": {
- "mocha": "~1.11.0",
- "should": "~1.2.1"
- },
- "engines": {
- "node": "~0.8.0 || >=0.9.12"
- }
- }
|