webpack-fabricator-assemble
Version:
A webpack plugin for the fabricator-assemble module
20 lines (19 loc) • 397 B
JSON
{
"name": "examples",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"path": "^0.12.7",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0",
"webpack-fabricator-assemble": "file:.."
}
}