laravel-elixir-bundler
Version:
Creates separate, customizable, and versioned js and css asset bundles using laravel-elixir
28 lines (27 loc) • 726 B
JSON
{
"name": "laravel-elixir-bundler",
"version": "1.1.4",
"description": "Creates separate, customizable, and versioned js and css asset bundles using laravel-elixir",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ahitaka/laravel-elixir-bundler.git"
},
"keywords": [
"laravel-elixir",
"bundle"
],
"author": "Ashitaka Emishi",
"license": "MIT",
"dependencies": {
"laravel-elixir": "=6.0.0-1",
"lodash": "^4.13.1"
},
"bugs": {
"url": "https://github.com/ahitaka/laravel-elixir-bundler/issues"
},
"homepage": "https://github.com/ahitaka/laravel-elixir-bundler"
}