You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
459 B
16 lines
459 B
{
|
|
"name": "@site-o-mat/webpack-plugin",
|
|
"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"
|
|
},
|
|
"description": "A Webpack Plugin for generating a Website as Html-Files from a Markdown File Structure",
|
|
"dependencies": {
|
|
"@site-o-mat/core": "^0.1.0"
|
|
}
|
|
}
|