UNPKG

gulp-maschine-id3

Version:

Gulp plugin for adding maschine-aware metadata chunk to WAVE file.

47 lines (46 loc) 1.03 kB
{ "name": "gulp-maschine-id3", "version": "0.1.2", "description": "Gulp plugin for adding maschine-aware metadata chunk to WAVE file.", "author": { "name": "jhorology", "email": "jhorology2014@gmail.com", "url": "https://github.com/jhorology" }, "main": "index", "scripts": { "prepublish": "./node_modules/.bin/gulp" }, "repository": { "type": "git", "url": "git+https://github.com/jhorology/gulp-maschine-id3" }, "keywords": [ "gulp", "gulpplugin", "Native", "Instruments", "maschine", "metadata", "NKS", "ID3" ], "license": "MIT", "dependencies": { "gulp-util": "^3.0.8", "msgpack-lite": "^0.1.26", "riff-reader": "0.0.10", "through2": "^3.0.1", "underscore": "^1.9.1" }, "devDependencies": { "coffeescript": "^2.3.2", "del": "^4.0.0", "gulp": "^4.0.0", "gulp-coffee": "^3.0.3", "gulp-coffeelint": "^0.6.0", "gulp-riff-extractor": "0.0.9", "gulp-tap": "^1.0.1", "js-beautify": "^1.9.0" } }