|
|
|
@ -1,17 +1,17 @@
|
|
|
|
|
{
|
|
|
|
|
"name": "@site-o-mat/webpack-plugin",
|
|
|
|
|
"version": "0.5.0",
|
|
|
|
|
"name": "@site-o-mat/core",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"build": "webpack",
|
|
|
|
|
"author": "Björn Hase <me@herr-hase.wtf>",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git@gitea.node001.net:site-o-mat/webpack-plugin.git"
|
|
|
|
|
"url": "git@gitea.node001.net:site-o-mat/core.git"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "mocha"
|
|
|
|
|
},
|
|
|
|
|
"description": "A Webpack Plugin for generating a Website as Html-Files from a Markdown File Structure",
|
|
|
|
|
"description": "Generating a Website as Html-Files from a Markdown File Structure",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@site-o-mat/query": "^0.1.0",
|
|
|
|
|
"assign-deep": "^1.0.1",
|
|
|
|
|