UNPKG

gulp-audiosprite

Version:

Gulp wrapper for audiosprite, which is ffmpeg wrapper that will take in multiple audio files and combines them into a single file

39 lines (38 loc) 981 B
{ "name": "gulp-audiosprite", "version": "1.1.0", "description": "Gulp wrapper for audiosprite, which is ffmpeg wrapper that will take in multiple audio files and combines them into a single file", "main": "index.js", "scripts": { "lint": "eslint '**/*.js'", "mocha": "mocha 'index.spec.js'", "test": "npm run lint && npm run mocha" }, "repository": "megahertz/gulp-audiosprite", "keywords": [ "gulpplugin", "audiosprite", "audio", "sprite", "ffmpeg", "Howler.js", "jukebox" ], "author": "Alexey Prokhorov", "license": "MIT", "bugs": "https://github.com/megahertz/gulp-audiosprite/issues", "homepage": "https://github.com/megahertz/gulp-audiosprite#readme", "dependencies": { "audiosprite": "*", "through2": "*", "vinyl": "*" }, "devDependencies": { "chai": "*", "eslint": "*", "eslint-config-airbnb-base": "*", "eslint-plugin-import": "*", "gulp": "*", "mocha": "*" } }