{
    "name": "audiospritler",
    "description": "Concat small audio files into single file and export in many formats for use with Howler.js.",
    "keywords": [
        "audio",
        "audio-sprite",
        "howler",
        "ffmpeg"
    ],
    "author": "Gembly",
    "version": "0.1.3",
    "contributors": [
        {"name": "Tõnis Tiigi", "email": "tonistiigi@gmail.com"} ,
        {"name": "Ale Bles", "email": "ale@gembly.com"}
    ],
    "licenses": [
        {
            "type": "MIT",
            "url": "https://github.com/gembly/audiospritler/raw/master/LICENSE"
        }
    ],
    "repository": {
        "type": "git",
        "url": "git://github.com/gembly/audiospritler.git"
    },
    "main": "./audiospritler.js",
    "bin": {
        "audiospritler": "./audiospritler.js"
    },
    "dependencies": {
        "optimist": "~0.6.0",
        "winston": "~0.7.2",
        "underscore": "~1.5.2",
        "async": "~0.2.9"
    },
    "devDependencies": {
        "mocha": "~1.13.0"
    },
    "engines": {
        "node": ">=0.10"
    },
    "optionalDependencies": {},
    "scripts": {
        "test": "mocha"
    }
}
