| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "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": "~0.3.0",
- "request": "~2.14.0"
- },
- "devDependencies": {
- "mocha": "~1.7.4",
- "should": "~1.2.1"
- }
- }
|