ware-loader
Version:
A loader for webpack that let you change your source in loader.
28 lines (27 loc) • 639 B
JSON
{
"name": "ware-loader",
"version": "0.2.4",
"description": "A loader for webpack that let you change your source in loader.",
"main": "lib/index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/liril-net/ware-loader.git"
},
"keywords": [
"webpack",
"loader",
"ware",
"middleware"
],
"author": "liril <god@liril.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/liril-net/ware-loader/issues"
},
"homepage": "https://github.com/liril-net/ware-loader#readme",
"dependencies": {
"loader-utils": "^1.1.0",
"wrapped": "^1.0.1"
}
}