azure-storage-webpack-plugin
Version:
Webpack plugin that uploads webpack assets to a Azure storage account.
23 lines (22 loc) • 520 B
JSON
{
"name": "azure-storage-webpack-plugin",
"version": "1.0.4",
"description": "Webpack plugin that uploads webpack assets to a Azure storage account.",
"main": "index.js",
"repository": "yohanb/azure-storage-webpack-plugin.git",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"azure",
"storage",
"webpack",
"plugin"
],
"author": "Yohan Belval",
"license": "ISC",
"dependencies": {
"azure-storage": "^1.4.0",
"path": "^0.12.7"
}
}