dynamic-public-path
Version:
webpack plugin for loading chunks & dependencies with dynamic public path.
47 lines • 1.25 kB
JSON
{
"name": "dynamic-public-path",
"version": "1.0.4",
"description": "webpack plugin for loading chunks & dependencies with dynamic public path.",
"main": "index.js",
"scripts": {
"preversion": "git-branch-is master",
"test": "echo \"Error: no test specified\" && exit 1",
"debug": "node --inpect --debug-brk $(npm bin)/webpack --verbose",
"bump": "bump --prompt --commit --tag --push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kuldeepkeshwar/dynamic-public-path.git"
},
"devDependencies": {
"chalk": "^1.1.3",
"babel-core": "6.24.1",
"babel-eslint": "7.2.3",
"babel-loader": "7.0.0",
"babel-plugin-add-module-exports": "0.2.1",
"babel-preset-es2015": "6.24.1",
"webpack": "3.1.0",
"version-bump-prompt": "^3.1.2",
"git-branch-is": "^0.1.0"
},
"keywords": [
"webpack",
"dynamic",
"publicPath",
"load",
"bundle",
"generated",
"by",
"other",
"webpack",
"build",
"at",
"runtime"
],
"author": "Kuldeep Keshwar",
"license": "MIT",
"bugs": {
"url": "https://github.com/kuldeepkeshwar/dynamic-public-path/issues"
},
"homepage": "https://github.com/kuldeepkeshwar/dynamic-public-path#readme"
}