{
    "name": "@eyevinn/m3u8",
    "version": "0.5.9",
    "description": "streaming m3u8 parser for Apple's HTTP Live Streaming protocol",
    "main": "./parser.js",
    "keywords": [
        "m3u",
        "m3u8",
        "hls",
        "http live streaming",
        "stream"
    ],
    "repository": {
        "type": "git",
        "url": "http://github.com/Eyevinn/node-m3u8.git"
    },
    "dependencies": {
        "chunked-stream": "~0.0.2"
    },
    "devDependencies": {
        "mocha": "~7.1.0",
        "should": "7.1.1",
        "sinon": "~1.5.0"
    },
    "engine": {
        "node": ">=0.6.0"
    },
    "scripts": {
        "test": "make test",
        "postversion": "git push && git push --tags"
    },
    "author": {
        "name": "Mark Bogdanoff",
        "email": "bog@ted.com",
        "url": "http://www.ted.com"
    }
}
