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.
webpack-plugin/package.json

16 lines
459 B

1 year ago
{
1 year ago
"name": "@site-o-mat/webpack-plugin",
"version": "0.3.2",
"build": "webpack",
1 year ago
"author": "Björn Hase <me@herr-hase.wtf>",
"main": "index.js",
"repository": {
"type": "git",
1 year ago
"url": "git@gitea.node001.net:site-o-mat/webpack-plugin.git"
1 year ago
},
"description": "A Webpack Plugin for generating a Website as Html-Files from a Markdown File Structure",
1 year ago
"dependencies": {
"@site-o-mat/core": "^0.3.2"
1 year ago
}
}