gulp-bitwig-rewrite-meta
Version:
rewrite metadata of Bitwig Studio's document file
42 lines (41 loc) • 973 B
JSON
{
"name": "gulp-bitwig-rewrite-meta",
"version": "0.2.1",
"description": "rewrite metadata of Bitwig Studio's document file",
"author": {
"name": "jhorology",
"email": "jhorology2014@gmail.com",
"url": "https://github.com/jhorology"
},
"main": "gulp-bitwig-rewrite-meta.js",
"scripts": {
"test": "gulp test",
"prepublishOnly": "gulp",
"clean": "gulp clean",
"lint": "coffeelint -f coffeelint.json *.coffee"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jhorology/gulp-bitwig-rewrite-meta"
},
"keywords": [
"gulp",
"gulpplugin",
"bitwig"
],
"license": "MIT",
"dependencies": {
"plugin-error": "^1.0.1",
"through2": "^3.0.1",
"underscore": "^1.9.1"
},
"devDependencies": {
"coffeelint": "^2.1.0",
"coffeescript": "^2.4.1",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-coffee": "^3.0.3",
"gulp-tap": "^2.0.0",
"js-beautify": "^1.10.2"
}
}