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.
30 lines
810 B
30 lines
810 B
{
|
|
"name": "laravel-mix-merge-manifest",
|
|
"version": "2.1.0",
|
|
"description": "A quick Laravel Mix extension to support multi mix configration without overwriting the mix-manifest.json file.",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/kabbouchi/laravel-mix-merge-manifest.git"
|
|
},
|
|
"keywords": [
|
|
"laravel",
|
|
"laravel mix",
|
|
"mix",
|
|
"multi",
|
|
"manifest"
|
|
],
|
|
"author": "Georges KABBOUCHI",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/kabbouchi/laravel-mix-merge-manifest/issues"
|
|
},
|
|
"homepage": "https://github.com/kabbouchi/laravel-mix-merge-manifest#readme",
|
|
"dependencies": {
|
|
"lodash": "^4.17.4"
|
|
}
|
|
}
|
|
|