Skip to content
Snippets Groups Projects
Unverified Commit 001d39f3 authored by Blazej Owczarczyk's avatar Blazej Owczarczyk
Browse files

Added composer.json.

parent 18990c7f
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,10 @@ Provides Vue.js configuration for the webpack module.
<h3>Dependencies</h3>
- <a href="https://drupal.org/project/webpack" target="_blank">Webpack</a>
- <a href="https://drupal.org/project/webpack_babel" target="_blank">Webpack Babel</a>
<ul>
<li><a href="https://drupal.org/project/webpack" target="_blank">Webpack</a></li>
<li><a href="https://drupal.org/project/webpack_babel" target="_blank">Webpack Babel</a></li>
</ul>
<h3>Installation</h3>
......
{
"name": "drupal/webpack_vuejs",
"type": "drupal-module",
"description": "Provides Vue.js configuration for the webpack module.",
"keywords": ["Drupal"],
"license": "GPL-2.0+",
"homepage": "https://www.drupal.org/project/webpack_vuejs",
"minimum-stability": "dev",
"support": {
"issues": "https://www.drupal.org/project/issues/webpack_vuejs",
"source": "http://cgit.drupalcode.org/webpack_vuejs"
},
"require": {
"drupal/webpack": "*"
},
"autoload": {
"psr-4": {
"Drupal\\webpack_vuejs\\": "src/"
}
},
"authors": [
{
"name": "Błażej Owczarczyk",
"email": "blazeyy@gmail.com"
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment