bitwig-webpack-plugin
Version:
Webpack compatibility layer for Bitwig's scripting environment.
27 lines (26 loc) • 682 B
JSON
{
"name": "bitwig-webpack-plugin",
"version": "2.0.0",
"description": "Webpack compatibility layer for Bitwig's scripting environment.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/taktiljs/bitwig-webpack-plugin.git"
},
"keywords": [
"webpack",
"bitwig"
],
"author": "Joseph Larson",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/taktiljs/bitwig-webpack-plugin/issues"
},
"homepage": "https://github.com/taktiljs/bitwig-webpack-plugin#readme",
"dependencies": {
"webpack-sources": "^3.1.2"
}
}