razzle-config-utils
Version:
Collection of useful utilities for razzle.config.js
35 lines (34 loc) • 824 B
JSON
{
"name": "razzle-config-utils",
"version": "0.1.0",
"description": "Collection of useful utilities for razzle.config.js",
"main": "index.js",
"files": [
"index.js",
"lib/plugins.js",
"lib/rules.js"
],
"scripts": {
"test": "jest",
"doc": "documentation readme index.js --section=API --config documentation.yml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/d4rky-pl/razzle-config-utils.git"
},
"keywords": [
"razzle",
"webpack",
"webpack.config.js"
],
"author": "Michał Matyas",
"license": "MIT",
"bugs": {
"url": "https://github.com/d4rky-pl/razzle-config-utils/issues"
},
"homepage": "https://github.com/d4rky-pl/razzle-config-utils#readme",
"devDependencies": {
"documentation": "^5.3.2",
"jest": "^21.2.1"
}
}